Cachelot
by Iurii Krasnoshchok
What is it all about?
Cachelot is an LRU cache library and memory efficient key-value server. Cachelot can be used when your application needs an LRU cache that works at the speed of light.
Key Features
* 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. * The code is written in C++ and it is highly optimized. You can use cachelot on platforms with limited resources, like IoT devices or handheld.
Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.
{{compareToolModel.Error}}