Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zshipko/ocaml-fusion
Lazy streams for OCaml
https://github.com/zshipko/ocaml-fusion
ocaml stream-fusion
Last synced: 19 days ago
JSON representation
Lazy streams for OCaml
- Host: GitHub
- URL: https://github.com/zshipko/ocaml-fusion
- Owner: zshipko
- License: isc
- Created: 2017-11-10T05:33:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T04:30:36.000Z (almost 7 years ago)
- Last Synced: 2024-11-21T22:51:36.894Z (3 months ago)
- Topics: ocaml, stream-fusion
- Language: OCaml
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Fusion
This module implements a stream fusion system based on the following paper: [Stream Fusion. From Lists to Streams to Nothing at All](http://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.104.7401)
## Installation
opam pin add fusion https://github.com/zshipko/ocaml-fusion.git
## Testing
jbuilder runtest
## Documentation
See [the original paper](http://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.104.7401) and `src/fusion.mli` for more information