Packages
arrays_rrb_vector
v 0.3.0
An `Arrays` implementation based on a set of NIFs (Natively Implemented Functions) written in Rust. The internal representation of the array is known as a 'Relaxed Radix Balanced Vector', provided by the Rust `im` library. Performance is unfortunately overshadowed by NIF-calling overhead.
Dependencies of arrays_rrb_vector
3 dependencies| Package | Requirement | Status |
|---|---|---|
| arrays | ~> 2.0 | |
| rustler | ~> 0.25 | |
| rustler_elixir_fun | ~> 0.3.0 |