arraylist

Memory-efficient ArrayList implementation

https://github.com/chessai/arraylist

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by andrewthad
Maintained by [email protected]

An ArrayList that carries information about the amount of data in it that is actually used, and tries to keep space usage to a minimum.