Merge pull request #163 from jeffling/patch-1

add highland
This commit is contained in:
Huei Tan 2015-09-01 14:27:54 +08:00
commit 0e791c0488

View File

@ -305,6 +305,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
* [RxJs](https://github.com/Reactive-Extensions/RxJS) - The Reactive Extensions for JavaScript.
* [Bacon](https://github.com/baconjs/bacon.js) - FRP (functional reactive programming) library for Javascript.
* [Kefir](https://github.com/pozadi/kefir) - FRP library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory consumption.
* [Highland] (http://highlandjs.org/) - Re-thinking the JavaScript utility belt, Highland manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams.
## Data Structure