Faster replacements for common methods on linked lists, which exploit mutation under the hood.
$ bower update
$ pulp build
$ pulp test
Expected speedups over Data.List
:
map
- approx 20xzipWith
- approx 10xfilter
- approx 8x(depending on input size)