ExMaglev

TestsBuild precompiled NIFsValidate precompiled NIFs

About

ExMaglev is NIF for Elixir which uses Rust binding for Maglev - Google's consistent hashing algorithm.

Installation

The package can be installed by adding ex_maglev to your list of dependencies in mix.exs:

def deps do
  [{:ex_maglev, "~> 0.1.0"}]
end

Supported OS

Main requirements for a driver

Performance

In a set of tests you can find a performance test and benchmarks

Build Information

ExMaglev requires

Status

Passed all the functional and performance tests.

License

ExMaglev's license is Apache License Version 2.0