README.md
November 23, 2017 ยท View on GitHub
purescript-lists-fast
Faster replacements for common methods on linked lists, which exploit mutation under the hood.
Building
$ bower update
$ pulp build
Benchmarks
$ pulp test
Expected speedups over Data.List:
map- approx 20xzipWith- approx 10xfilter- approx 8x
(depending on input size)