Package

purescript-lists-fast

Repository
paf31/purescript-lists-fast
License
MIT
Uploaded by
matthewleon
Published on
2017-12-14T23:22:56Z

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 20x
  • zipWith - approx 10x
  • filter - approx 8x

(depending on input size)

Modules
Data.List.Fast
Dependencies