paldepind / flyd

The minimalistic but powerful, modular, functional reactive programming library in JavaScript.
MIT License
1.56k stars 85 forks source link

Add to Most.js benchmarks #39

Open jasonkuhrt opened 9 years ago

jasonkuhrt commented 9 years ago

It would be nice to see flyd represented here https://github.com/cujojs/most/tree/master/test/perf

I notied that flyd relies heavily on lexical scope to access other streams. In a library context this scope chain is rather small but I'm curious/suspicious what would happen in a larger application. I am also interested to see what the impact on performance this approach will have.

roobie commented 9 years ago

:+1: always nice with some benchmarks.

paldepind commented 9 years ago

Flyd is in Kefirs benchmarks and Kefir is in Mosts benchmarks. This is not the same of course but should facilitate comparisons.

rofrol commented 9 years ago

@paldepind Can you post a link to kefir benchmarks with flyd? I know this one but there is no flyd in it.

paldepind commented 9 years ago

@rofrol Flyd is only in the performance benchmark. Not in the memory benchmark.

joshburgess commented 8 years ago

Do these kefir benchmarks that include flyd still exist somewhere? I can't seem to find them. Really curious about how it compares to RxJS 5 and Most.js

paldepind commented 8 years ago

I was looking for them a couple of weeks ago. I think they have been removed.