compiling a comparison for a blog article...
- cujojs/most
- Reactive-Extensions/RxJS
- pozadi/kefir
- baconjs/bacon.js
- caolan/highland
- pjeby/axos
- raimohanska/ponyfood.js
source 'https://rubygems.org' | |
ruby '2.0.0' | |
group :development do | |
gem 'better_errors' | |
gem 'binding_of_caller', :platforms=>[:mri_19, :mri_20, :rbx] |
var map = require("./collection").map; | |
var MAX_SAFE = Math.pow(2, 53) - 1; | |
/** | |
* buffer/cache | |
* | |
* @param {number} max | |
* @param {number} maxInterval | |
* @param {function} nowGetter | |
* @constructor |