awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to hyperoslo/cache

Open-source alternatives to Cache

30 open-source projects similar to hyperoslo/cache, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cache alternative.

  • aschuch/awesomecacheAvatar von aschuch

    aschuch/AwesomeCache

    1,271Auf GitHub ansehen↗

    Delightful on-disk cache (written in Swift)

    Swiftcachedisk-cacheexpiry
    Auf GitHub ansehen↗1,271
  • saoudrizwan/diskAvatar von saoudrizwan

    saoudrizwan/Disk

    3,117Auf GitHub ansehen↗

    Easily persist structs, images, and data on iOS

    Swiftiosios-swiftios10
    Auf GitHub ansehen↗3,117
  • ibireme/yycacheAvatar von ibireme

    ibireme/YYCache

    2,397Auf GitHub ansehen↗

    High performance cache framework for iOS.

    Objective-C
    Auf GitHub ansehen↗2,397
  • afrymask/afbrushboardAvatar von AfryMask

    AfryMask/AFBrushBoard

    571Auf GitHub ansehen↗

    根据手指滑动速度动态调整线条粗细和透明度 - 对相邻线段进行贝塞尔方法进行绘制 - 多阶贝塞尔曲线方法抽取 - 大批量线段绘制的性能优化

    Swift
    Auf GitHub ansehen↗571
  • alibaba/handyjsonAvatar von alibaba

    alibaba/handyjson

    4,262Auf GitHub ansehen↗

    HandyJSON is a Swift JSON serialization library and data mapper. It functions as an object mapper that converts JSON data into typed Swift models and transforms Swift objects back into JSON strings for storage or transmission. The library uses reflection to automatically map JSON keys to object properties and supports custom mapping metadata to resolve naming differences between APIs and code. It provides capabilities for extracting values from deep nested paths within a JSON structure and supports the transformation of complex types such as dates and URLs. The framework handles both the des

    Swift
    Auf GitHub ansehen↗4,262

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • alibaba/tairAvatar von alibaba

    alibaba/tair

    2,305Auf GitHub ansehen↗

    A distributed key-value storage system developed by Alibaba Group

    C++
    Auf GitHub ansehen↗2,305
  • albertodebortoli/skopelosAvatar von albertodebortoli

    albertodebortoli/Skopelos

    239Auf GitHub ansehen↗

    A minimalistic, thread safe, non-boilerplate and super easy to use version of Active Record on Core Data. Simply all you need for doing Core Data. Swift flavour.

    Swift
    Auf GitHub ansehen↗239
  • anviking/decodableAvatar von Anviking

    Anviking/Decodable

    1,033Auf GitHub ansehen↗

    Probably deprecated Swift 2/3 JSON unmarshalling done (more) right

    Swiftjsonswift
    Auf GitHub ansehen↗1,033
  • artsabintsev/zephyrAvatar von ArtSabintsev

    ArtSabintsev/Zephyr

    944Auf GitHub ansehen↗

    Effortlessly synchronize UserDefaults over iCloud.

    Swift
    Auf GitHub ansehen↗944
  • artsy/garnerAvatar von artsy

    artsy/garner

    342Auf GitHub ansehen↗

    A set of Rack middleware and cache helpers that implement various caching strategies.

    Ruby
    Auf GitHub ansehen↗342
  • coderjackyhuang/runtimedemoAvatar von CoderJackyHuang

    CoderJackyHuang/RuntimeDemo

    86Auf GitHub ansehen↗

    学习Runtime

    Objective-C
    Auf GitHub ansehen↗86
  • aspnet/cachingAvatar von aspnet

    aspnet/Caching

    472Auf GitHub ansehen↗

    Archived Libraries for in-memory caching and distributed caching. Project moved to https://github.com/aspnet/Extensions

    C#
    Auf GitHub ansehen↗472
  • ben-manes/caffeineAvatar von ben-manes

    ben-manes/caffeine

    17,706Auf GitHub ansehen↗

    Caffeine is a high-performance caching library for the Java virtual machine designed to manage object lifecycles within the application heap. It functions as a thread-safe, memory-resident data store that reduces latency by keeping frequently accessed objects available for immediate retrieval. The library distinguishes itself through a sophisticated eviction strategy that balances recency and frequency to determine which entries to retain. It utilizes a frequency-based admission policy to evaluate the historical access patterns of new data, ensuring that the cache remains populated with the m

    Java
    Auf GitHub ansehen↗17,706
  • bertrandbordage/django-cachalotAvatar von BertrandBordage

    BertrandBordage/django-cachalot

    1,425Auf GitHub ansehen↗

    Django Cachalot

    Python
    Auf GitHub ansehen↗1,425
  • bryandonovan/node-cache-managerAvatar von BryanDonovan

    BryanDonovan/node-cache-manager

    1,988Auf GitHub ansehen↗

    A cache module for nodejs that allows easy wrapping of functions in cache, tiered caches, and a consistent interface.

    TypeScript
    Auf GitHub ansehen↗1,988
  • bitfaster/bitfaster.cachingAvatar von bitfaster

    bitfaster/BitFaster.Caching

    599Auf GitHub ansehen↗

    High performance, thread-safe in-memory caching primitives for .NET

    C#cachedotnetlfu
    Auf GitHub ansehen↗599
  • buzzfeed/mattressAvatar von buzzfeed

    buzzfeed/mattress

    521Auf GitHub ansehen↗

    iOS Offline Caching for Web Content

    Swift
    Auf GitHub ansehen↗521
  • cabol/nebulexAvatar von cabol

    cabol/nebulex

    1,391Auf GitHub ansehen↗

    In-memory and distributed caching toolkit for Elixir.

    Elixir
    Auf GitHub ansehen↗1,391
  • cakedc/cakephp-cached-routingAvatar von CakeDC

    CakeDC/cakephp-cached-routing

    5Auf GitHub ansehen↗

    CakeDC Cached Routing

    PHP
    Auf GitHub ansehen↗5
  • casatwy/ctpersistanceC

    casatwy/CTPersistance

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • ccgus/fmdbAvatar von ccgus

    ccgus/fmdb

    13,851Auf GitHub ansehen↗

    fmdb is an object-oriented SQLite database library and persistence layer for native macOS and iOS environments. It provides an Objective-C wrapper that encapsulates the low-level C API, allowing applications to manage local relational data storage and embedded database connections through a high-level interface. The library focuses on thread-safe database access by synchronizing operations across multiple threads using serialized queues to prevent data corruption and race conditions. It includes specialized capabilities for secure local storage, such as database encryption and the management

    Objective-C
    Auf GitHub ansehen↗13,851
  • chriscaixx/gkdatabaseAvatar von ChrisCaixx

    ChrisCaixx/GKDatabase

    101Auf GitHub ansehen↗

    ###基于SQLite3轻量级封装,一行代码实现增删改查

    Objective-C
    Auf GitHub ansehen↗101
  • aliostad/cachecowAvatar von aliostad

    aliostad/CacheCow

    869Auf GitHub ansehen↗

    An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server

    C#cachingdotnethttp
    Auf GitHub ansehen↗869
  • comandeo/crystal-memcachedAvatar von comandeo

    comandeo/crystal-memcached

    36Auf GitHub ansehen↗

    Memcached client for Crystal language

    Crystal
    Auf GitHub ansehen↗36
  • cosmicmind/graphAvatar von CosmicMind

    CosmicMind/Graph

    873Auf GitHub ansehen↗

    Graph is a semantic database that is used to create data-driven applications.

    Swiftcoredatacosmicminddata
    Auf GitHub ansehen↗873
  • crystal-cache/cacheAvatar von crystal-cache

    crystal-cache/cache

    51Auf GitHub ansehen↗

    A key/value store where pairs can expire after a specified interval

    Crystal
    Auf GitHub ansehen↗51
  • deeje/cloudcoreAvatar von deeje

    deeje/CloudCore

    161Auf GitHub ansehen↗

    Robust CoreData-CloudKit synchronization: offline editing, relationships, private, shared and public databases, field-level deltas, encrypted values, cacheable assets, and more.

    Swiftcloudkitcoredataios
    Auf GitHub ansehen↗161
  • dehesa/codablecsvAvatar von dehesa

    dehesa/CodableCSV

    483Auf GitHub ansehen↗

    Read and write CSV files row-by-row or through Swift's Codable interface.

    Swift
    Auf GitHub ansehen↗483
  • delba/jasonAvatar von delba

    delba/JASON

    1,008Auf GitHub ansehen↗

    Fast JSON parsing for Swift

    Swift
    Auf GitHub ansehen↗1,008
  • ahmed-ali/realmobjecteditorAvatar von Ahmed-Ali

    Ahmed-Ali/RealmObjectEditor

    418Auf GitHub ansehen↗

    Realm Object Editor Realm Object Editor is a visual editor where you can create your Realm entities, attributes and relationships inside a nice user interface. Once you finish, you can export your schema document for later use and you can export your objects in Swift, Objective-C and Java.

    Swift
    Auf GitHub ansehen↗418