An open API service indexing awesome lists of open source software.

https://github.com/composewell/streamly-ghc9-regression

Reproduce the rewrite rules related regression in GHC-9
https://github.com/composewell/streamly-ghc9-regression

Last synced: 2 months ago
JSON representation

Reproduce the rewrite rules related regression in GHC-9

Awesome Lists containing this project

README

          

Repro code for GHC-9 performance issues in streamly. Each issue is on a
separate branch:

* `unfoldrM`: the most basic, rewrite rule related issue
* `postscan`: postscan combinator related issue
* `after`: the `after` combinator related issue
* `splitOnSeq`: the `splitOnSeq` combinator related issue