streamly/benchmark/Streamly/Benchmark
Harendra Kumar 12fef4390f Add a CPS style parser implementation
CPS performs much better for parsing operations like "sequence" and
"choice" on large containers. Given that applicative "sequence" does
not scale, I guess the Monad instance as well won't scale for direct
implementation.
2020-04-24 00:30:01 +05:30
..
Data Add a CPS style parser implementation 2020-04-24 00:30:01 +05:30
FileIO Rename some parsers and add some TBD and comments 2020-04-16 23:11:49 +05:30
Memory Move benchmark/Array* to benchmark/Streamly/Benchmark/Memory/* 2020-04-08 19:38:33 +05:30
Prelude Move unfold benchmarks out of prelude. Make a seperate exec. 2020-04-08 19:38:33 +05:30