purescript-intmaps

January 14, 2016 · View on GitHub

Build Status Dependency Status

Finite maps from integers to arbitrary values. Current implementation is a big endian Patricia tree which is an efficient binary search tree on (positive) integer keys.

Prior Art