erlang-cherly

Cherly (sher-lee) is an in-VM caching library for Erlang

Description

Cherly (sher-lee) was originally developed by Cliff Moon for erlang to deal with in memory caching based on LRU. Its functionality and performance were awesome, but as time goes on, its implementation gradually obsoletes and it's hard to maintain. To overcome these problems, I forked and made Cherly improve with original purposes. Main improvements are described below.
 * Replaced the hash storing structure (originally used Judy hash) with the
   combination of Open addressing and Tree structure based on golang's hash
   implementation. This structure is very scalable and stable.
 * Implemented slab allocator on off-heap.
 * Replaced implemantations of port driver with NIFs.
 * Rebarized

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://www.github.com/leo-project/cherly.git


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install erlang-cherly