An open API service indexing awesome lists of open source software.

https://github.com/fbn/reactive-benchmark

reactive libs benchmark
https://github.com/fbn/reactive-benchmark

Last synced: about 1 year ago
JSON representation

reactive libs benchmark

Awesome Lists containing this project

README

          

# FRP Streams Library Benchmarks

[Related blog post](https://medium.com/better-programming/compare-leading-javascript-functional-reactive-stream-libraries-544163c1ded6)

Speed and Memory Benchmark of"
- Imperative
- RxJs
- XStream
- Most/Core

## Installation

```bash
yarn install
```

## Test
```bash
yarn test
```

## Speed Benchmark
```bash
yarn run speed
```
Results files:

- .tmp/data-promise.html
- .tmp/data-recursive.html

## Memory Benchmark
```bash
yarn run memory
```

## Author
Fabiano Taioli
ftaioli@gmail.com
http://fbn.github.io/

## License
[MIT](https://choosealicense.com/licenses/mit/)