Repository History
3 repositories tagged with Caching

system-design-resources: Curated Resources for Mastering System Design
The InterviewReady system-design-resources repository offers an extensive collection of the best materials available online for mastering system design. It serves as an invaluable guide for anyone preparing for technical interviews or seeking to deepen their understanding of complex distributed systems. With nearly 18,300 stars, this repository is a highly trusted and community-backed resource.

pylibmc: A Fast Python Client for Memcached
pylibmc is a high-performance Python client for Memcached, implemented as a C wrapper around the libmemcached interface. It offers efficient data caching, Python 2.x and 3.x interoperability, and robust handling of various data types, making it a reliable choice for applications requiring fast memory caching.

KeyDB: A Multithreaded, High-Performance Fork of Redis
KeyDB is a high-performance, multithreaded fork of Redis, designed for enhanced memory efficiency and high throughput. It maintains full compatibility with the Redis protocol, modules, and scripts, making it a seamless drop-in replacement. KeyDB also introduces advanced features like Active Replication and a MVCC architecture for non-blocking operations.