Package

purescript-unordered-collections

Repository
fehrenbach/purescript-unordered-collections
License
MPL-2.0
Uploaded by
fehrenbach
Published on
2018-06-05T09:38:35Z

Build Status purescript-unordered-collections on Pursuit

Hash-based, immutable collection types for PureScript.

The two main goals are good performance and API compatibility with the Ord-based collections wherever reasonable.

The implementation of HashMap is based on "Optimizing Hash-Array Mapped Tries for Fast and Lean Immutable JVM Collections" (Steindorfer and Vinju, OOPSLA 2015, https://doi.org/10.1145/2814270.2814312).

Related

Documentation

Module documentation is published on Pursuit.

Modules
Data.HashMap
Data.Hashable
Dependencies