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
- Host: GitHub
- URL: https://github.com/composewell/streamly-ghc9-regression
- Owner: composewell
- Created: 2021-04-29T15:19:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T20:16:29.000Z (about 5 years ago)
- Last Synced: 2025-03-11T17:25:31.547Z (over 1 year ago)
- Language: Haskell
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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