Cachelot is a LRU cache Library.
The library works within a fixed amount of memory. No garbage collector. Small metadata, near perfect memory utilization (overhead is 5-7% of the total memory).
Besides memory management, Cachelot ensures smooth responsiveness, without any “gaps” for both read and write operations.
Cachelot can work as a consistent cache, returning an error when out of memory or evicting old items to free space for new ones.
Key Features
- Memcached-compatible distributed caching server that tends to better hardware utilization and performance.
- Single-threaded by design, Cachelot can make CPU work 99% of the time, not wasting cycles on locks and RAM access. 1024-core scalable. NUMA-aware. Simple.
- Cachelot keeps more items in the same amount of RAM than Memcached.
Website: cachelot.io
Support: GitHub Code Repository
Developer: Iurii Krasnoshchok
License: BSD 2-Clause “Simplified” License
Cachelot is written in C++. Learn C++ with our recommended free books and free tutorials.
Related Software
| Caching Systems | |
|---|---|
| Redis | Persistent key-value database with network interface |
| Memcached | High-performance distributed memory object caching system |
| Hazelcast | Distributed in-memory data store and computation platform |
| Apache Ignite | Distributed database, caching and processing platform |
| Ehcache | Standards based pure Java in-process cache |
| Java Caching System | Distributed caching system written in Java |
| Couchbase | Distributed key-value database management system |
| yrmcds | LRU cache library and key-value server |
| Cachelot | Memory object caching system with master/slave replication |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

