Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 950 Bytes

readme.md

File metadata and controls

36 lines (22 loc) · 950 Bytes

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