Google's "Jump" Consistent Hash function in C, as Redis module.
-
Updated
Mar 15, 2021 - C
Google's "Jump" Consistent Hash function in C, as Redis module.
Distriubted database system using caching, load balancing, consistent hashing, task queues.
Load Balancing with JET: Just Enough Tracking for Connection Consistency
The implementation of a Load Balancer using Consistent Hashing. A Load Balancer is a component that directs traffic uniformly to a set of servers with limited processing power. Its mission is to ensure that all servers store and process a similar volume of data to maximize the efficiency of the entire system.
Developed a C system , using Consistent Hashing in order to efficiently transfer large volumes of data.
Add a description, image, and links to the consistent-hashing topic page so that developers can more easily learn about it.
To associate your repository with the consistent-hashing topic, visit your repo's landing page and select "manage topics."