stevexuereb / learn-const-hash

A repository to lean consistent hashing and a working implementation written in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consistent Hashing

This repository serves as an educational resource for understanding consistent hashing, featuring a practical implementation in Rust. It's important to note that this resource is for learning purposes rather than production use.

We begin with a basic implementation and gradually address its limitations in following iterations.

Implementations

  1. modulus hashing: The simplest and most fragile version of a consistent hash.

About

A repository to lean consistent hashing and a working implementation written in rust

License:MIT License


Languages

Language:Rust 100.0%