hash-ring-ex
Hash ring
An implementation of a consistent hash ring data structure for Elixir
A consistent hash ring implemention for Elixir
24 stars
2 watching
18 forks
Language: Elixir
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
whitfin/jumper | A consistent hash implementation in Elixir | 12 |
hashnuke/rotor | A simple build system for Elixir projects that watches file changes and runs associated tasks | 83 |
timdeputter/rendezvous | An Elixir implementation of the Rendezvous hashing algorithm | 9 |
restartr/ex-lolcat | A Elixir implementation of the lolcat meme generator | 7 |
whitfin/siphash-elixir | An implementation of the SipHash cryptographic hash family for Elixir | 19 |
ntrepid8/ex_crypto | Provides an Erlang crypto module wrapper for Elixir to simplify secure application development | 150 |
hashd/bitmap-elixir | A fast and space-efficient data structure for lookups using bit arrays in Elixir | 36 |
manelli/ex_bcrypt | An Elixir module for hashing and verifying passwords using the OpenBSD bcrypt algorithm | 3 |
mana-ethereum/ex_rlp | An Elixir implementation of Ethereum's RLP encoding specification | 31 |
ex-aws/ex_aws | A flexible and easy-to-use set of clients for AWS APIs written in Elixir | 1,291 |
riverrun/argon2_elixir | An Elixir wrapper around the Argon2 password hashing algorithm | 229 |
rdf-elixir/rdf-ex | An implementation of RDF data model in Elixir. | 109 |
bjro/apex | A library that pretty prints Elixir data structures in full color | 278 |
cabol/ex_shards | Provides a wrapper around ETS tables or Shards to scale-out Elixir data storage | 42 |
trapped/elixir-rsa | Provides an easy-to-use wrapper for public key cryptography in Elixir | 35 |