awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to buzzfeed/mattress

Projects sharing features with Mattress

13 open-source projects similar to buzzfeed/mattress, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • aschuch/awesomecacheaschuch avatar

    aschuch/AwesomeCache

    1,271View on GitHub↗

    Delightful on-disk cache (written in Swift)

    Swiftcachedisk-cacheexpiry
    View on GitHub↗1,271
  • ben-manes/caffeineben-manes avatar

    ben-manes/caffeine

    17,706View on GitHub↗

    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
    View on GitHub↗17,706
  • haneke/hanekeswiftHaneke avatar

    Haneke/HanekeSwift

    5,164View on GitHub↗

    HanekeSwift is a generic caching library for iOS and a specialized image caching framework. It provides a multi-level system that stores arbitrary data types in memory and on persistent disk storage to reduce network requests. The project features a specialized image handler that manages asynchronous loading, resizing, and disk storage for user interface components. It includes a background retrieval system that fetches remote content and automatically populates local caches. The library covers key-value data storage with sequential fallbacks, where it checks memory, then disk, and finally r

    Swift
    View on GitHub↗5,164
  • hyperoslo/cachehyperoslo avatar

    hyperoslo/Cache

    3,146View on GitHub↗

    :package: Nothing but Cache.

    Swiftcachecache-storagedisk-cache
    View on GitHub↗3,146

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • ibireme/yycacheibireme avatar

    ibireme/YYCache

    2,397View on GitHub↗

    High performance cache framework for iOS.

    Objective-C
    View on GitHub↗2,397
  • maquannene/trackmaquannene avatar

    maquannene/Track

    268View on GitHub↗

    Track is a thread safe cache write by Swift. Composed of DiskCache and MemoryCache which support LRU.

    Swift
    View on GitHub↗268
  • pinterest/pincachepinterest avatar

    pinterest/PINCache

    2,690View on GitHub↗

    Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X

    Objective-Ccachecarthagecocoapods
    View on GitHub↗2,690
  • plivesey/rocketdataplivesey avatar

    plivesey/RocketData

    647View on GitHub↗

    A caching and consistency solution for immutable models.

    Swift
    View on GitHub↗647
  • saoudrizwan/disksaoudrizwan avatar

    saoudrizwan/Disk

    3,117View on GitHub↗

    Easily persist structs, images, and data on iOS

    Swiftiosios-swiftios10
    View on GitHub↗3,117
  • spotify/sptpersistentcachespotify avatar

    spotify/SPTPersistentCache

    1,246View on GitHub↗

    Everyone tries to implement a cache at some point in their iOS app’s lifecycle, and this is ours.

    Objective-C
    View on GitHub↗1,246
  • steipete/sdurlcacheS

    steipete/SDURLCache

    0View on GitHub↗
    View on GitHub↗0
  • weltn24/carlosW

    WeltN24/Carlos

    0View on GitHub↗
    View on GitHub↗0
  • xetorthio/jedisxetorthio avatar

    xetorthio/jedis

    12,333View on GitHub↗

    Jedis is a Java library and database driver used to execute commands and manage data on Redis servers and distributed clusters. It functions as a network client that provides a low-level interface for manipulating data types, including JSON and vector sets. The project serves as a connection manager featuring automatic failover and token-based authentication to secure network connections. It manages data distribution across multiple nodes through cluster-aware topology mapping and handles connection failover to maintain service availability when a primary connection fails.

    Java
    View on GitHub↗12,333