flyd icon indicating copy to clipboard operation
flyd copied to clipboard

Add to Most.js benchmarks

Open jasonkuhrt opened this issue 9 years ago • 6 comments

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.

jasonkuhrt avatar Jun 16 '15 19:06 jasonkuhrt

:+1: always nice with some benchmarks.

roobie avatar Jun 29 '15 08:06 roobie

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

paldepind avatar Jun 29 '15 16:06 paldepind

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

rofrol avatar Sep 20 '15 19:09 rofrol

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

paldepind avatar Sep 24 '15 12:09 paldepind

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

joshburgess avatar Sep 11 '16 00:09 joshburgess

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

paldepind avatar Sep 11 '16 14:09 paldepind