data-store

Type safe, in-memory dictionary with multidimensional keys.

https://github.com/Palmik/data-store

Latest on Hackage:0.3.0.7

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 Petr Pilar
Maintained by [email protected]

Type safe, in-memory dictionary with multidimensional keys. Similar to ixset, higgsset, tables. But offers: type safe interface, auto-increment dimensions, specifying the relationships between the key dimension and the elements (one-one, one-many, many-one, many-many), performance.