/purescript-intmaps

Big-endian Patricia tree IntMap implementation in Purescript.

Primary LanguagePureScript

purescript-intmaps

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