arrays
Well-structured Arrays with fast random-element-access for Elixir, offering a common interface with multiple implementations (MapArray, Erlang :array, etc.) with varying performance guarantees that can be switched in your configuration.
Algorithms and Data structuresPackage Resources
Stars
Unreleased Activity
First Release
8
years agoLast Release
1
years agoDownloads
12.7k
last 90 daysLast Stable Version
2.1.1
Version 2.1.1
Dependencies
2A lightweight reusable Extractable protocol, allowing extracting elements one-at-a-time from a collection.
A lightweight reusable Insertable protocol, allowing insertion elements one-at-a-time into a collection.
Optional Dependencies
Dependencies that are not required by default but can be installed or enable additional features or functionality
FunLand adds Behaviours to define Algebraic Data Types ('Container' data types) to Elixir, such as Functors, Monoids and Monads.