fusion-plugin: GHC plugin to make stream fusion more predictable.
This plugin provides the programmer with a way to annotate certain
types using a Fuse
pragma from the
fusion-plugin-types
package. The programmer would annotate the types that are to be
eliminated by fusion. During the simplifier phase the plugin goes
through the relevant bindings and if one of these types are found
inside a binding then that binding is marked to be inlined
irrespective of the size.
This plugin was primarily motivated by streamly but it can be used in general.
[Skip to Readme]
Downloads
- fusion-plugin-0.2.7.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.0 && <5.0), containers (>=0.5.6.2 && <0.8), directory (>=1.2.2.0 && <1.4), filepath (>=1.4 && <1.6), fusion-plugin-types (>=0.1 && <0.2), ghc (>=7.10.3 && <9.11), syb (>=0.7 && <0.8), time (>=1.5 && <1.14), transformers (>=0.4 && <0.7) [details] |
Tested with | ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.7, ghc ==9.6.3, ghc ==9.8.1 |
License | Apache-2.0 |
Copyright | (c) 2019 Composewell Technologies |
Author | Pranay Sashank |
Maintainer | streamly@composewell.com |
Revised | Revision 3 made by adithyaov at 2024-07-15T13:06:35Z |
Category | Development |
Home page | https://github.com/composewell/fusion-plugin |
Bug tracker | https://github.com/composewell/fusion-plugin/issues |
Source repo | head: git clone https://github.com/composewell/fusion-plugin |
Uploaded | by harendra at 2023-11-01T12:47:27Z |
Distributions | LTSHaskell:0.2.7, NixOS:0.2.7, Stackage:0.2.7 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2951 total (63 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2023-11-01 [all 1 reports] |