Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 815 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 815 Bytes

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