/sfold

Composable streaming folds

Primary LanguageHaskell

Build Status Hackage lts nightly

Various folding ideas and experiments

sfold

sfold is a composable stream library

sfold-bench

Some performance benchmarks for folding. See bench.md

stack build --test --exec "$(stack path --local-install-root)/bin/sfold-bench"

words

Experiment in word counting. See bench.md

stack build --test --exec "$(stack path --local-install-root)/bin/words-example"

foldls

Some useful foldl folds