Skip to content

Commit 0cbdd74

Browse files
committed
Update README.md to include demo link for Jump Consistent Hash
1 parent 347861d commit 0cbdd74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
fast-hashring is a lightweight JavaScript library offering efficient implementations of consistent hashing:
44

55
- A classic consistent hash ring with virtual nodes (balanced distribution, minimal remapping)
6-
- Jump Consistent Hash ([Lamping & Veach](https://arxiv.org/abs/1406.2294)) mapping keys directly to bucket indexes with O(1) memory
6+
- Jump Consistent Hash ([Lamping & Veach](https://arxiv.org/abs/1406.2294)) mapping keys directly to bucket indexes with O(1) memory.
7+
See: [Jump Consistent Hash - Demo](https://jhash.21no.de/)
78

89
Designed for high performance, it provides fast and scalable key distribution, ideal for load balancing, caching, and data sharding in distributed systems.
910

0 commit comments

Comments
 (0)