A pure FRP library for JavaScript with the following features/goals:
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
Generated using TypeDoc