Skip to content

Big-endian Patricia tree IntMap implementation in Purescript.

Notifications You must be signed in to change notification settings

Gerstacker/purescript-intmaps

This branch is 3 commits ahead of tel/purescript-intmaps:master.

Repository files navigation

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

About

Big-endian Patricia tree IntMap implementation in Purescript.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PureScript 98.9%
  • JavaScript 1.1%