New array implementation for Elm
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bench
src
tests
.gitignore
CHANGELOG.md
LICENCE
README.md
elm-package.json

README.md

Elm array exploration

This library explores an alternate Array implementation for Elm, using as little native code as possible.

Use

This package is a drop-in replacement to the array implementation in Elm core. To use, simply import Array.Hamt as Array instead of import Array.

License

This library uses the BSD3 License. See LICENSE for more information.