- Notifications
You must be signed in to change notification settings - Fork1
In-memory immutable wait-free consistent hashing ring data structure, supporting virtual nodes & replication.
License
NotificationsYou must be signed in to change notification settings
ckatsak/lfchring
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Package lfchring provides await-free consistent hashing ring immutablein-memory data structure, designed for very efficient frequent reading bymultiple readers and less frequent updates by asingle writer.
It features efficient handling of a static number of virtual ring nodes perdistinct ring node, as well as auto-managed data replication information(using a static replication factor).It also allows users to pass the hash function of their choice, furtherimproving its flexibility.
The API is simple, easy to use, and is documented ingodoc.
It has no external dependencies.