A pure FRP library for JavaScript with the following features/goals:
- Precise semantics similar to classic FRP
- Support for continuous time
- Splendid performance
- Monad IO
npm install
npm test
First you will have to get set up to running the benchmarks:
npm run build
./benchmark/prepare-benchmarks.sh
To run a single benchmark:
node benchmark/<name-of-benchmark>
Example:
node benchmark/scan.suite
To run all benchmarks:
npm run bench