identifiers

Numeric identifiers for values.

Latest on Hackage:0.4.3.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 Adam Wagner
Maintained by [email protected]

This library allows you to turn costly repetitive values into numbers in order to save memory. An Identifiers value acts like a bi-directional map that allows you to effeciently toggle between a numeric key and the original value pushed into the map.