Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 1.05 KB

README.md

File metadata and controls

9 lines (4 loc) · 1.05 KB

hermes

Yet Another lightweight, distributed, efficient and fast In-Memory Key-Value Store alternative that uses Bloom Filter, HAMT map, LRFU Cache Removal Policy, Load-Balancing thru Balls-into-bins stochastic process, peer observation propagation and discovery via Smudge and a faster consistent non-cryptographic hashing algorithm called Fast Positive Hash (Позитивный Хэш).

This was a originally sub-component of a pet stuff I do. I thought this is helpful enough and can stand on its own to help alleviate a slow app due to an abusive disk I/O operations (database, file).

Visit the /hermes/server implementation Readme or read about it here