Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 412b50d

Browse files
Merge pull request #846 from kenfehling/patch-1
Fixed Kefir link
2 parents e4d7ad4 + 91e7340 commit 412b50d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/mapping/bacon.js/whyrx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ But, before we get started, why use RxJS over Bacon.js?
88

99
RxJS has always been committed to providing the best performance available on any given JavaScript platform. Whether it is providing a small footprint for an `Observable` instance, to providing the capability of using `setImmediate` versus `setTimeout` versus `requestAnimationFrame`, all by choosing a different scheduler. In addition, since RxJS is written in regular JavaScript versus CoffeeScript, there are a lot more optimizations that can be made by hand to ensure performance.
1010

11-
To make this more concrete, there is a project called [Kefir](https://github.com/pozadi/kefir) which is trying to make a more performance oriented version of Bacon.js. Here are some current numbers based upon the memory tests provided by Kefir. Note that these may change over time, but gives you a good indication of memory consumption. Below will be comparison of `combineLatest`, `filter`, `map`, and `scan`.
11+
To make this more concrete, there is a project called [Kefir](https://github.com/rpominov/kefir) which is trying to make a more performance oriented version of Bacon.js. Here are some current numbers based upon the memory tests provided by Kefir. Note that these may change over time, but gives you a good indication of memory consumption. Below will be comparison of `combineLatest`, `filter`, `map`, and `scan`.
1212

1313
```
1414
stream1.combine(stream2, ->) (1000 samples)

0 commit comments

Comments
 (0)