Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report CardGoDocGoCover

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.


[8]ページ先頭

©2009-2025 Movatter.jp