Packages
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.
Current section
3 Dependencies
Jump to
Current section
3 Dependencies
Dependencies of arrays_rrb_vector
3 dependencies| Package | Requirement |
|---|---|
| arrays |
~> 2.0
|
| rustler |
~> 0.25
|
| rustler_elixir_fun |
~> 0.3.0
|