mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 12:18:02 -08:00
Merge pull request #11 from ahmdrefat/master
Added a list of data structure libraries
This commit is contained in:
@@ -13,6 +13,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
|
|||||||
* Utilities
|
* Utilities
|
||||||
* [Files](#files)
|
* [Files](#files)
|
||||||
* [Functional Programming](#functional-programming)
|
* [Functional Programming](#functional-programming)
|
||||||
|
* [Data Structure](#data-structure)
|
||||||
* [Date](#date)
|
* [Date](#date)
|
||||||
* [String](#string)
|
* [String](#string)
|
||||||
* [Number](#number)
|
* [Number](#number)
|
||||||
@@ -194,6 +195,12 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
|
|||||||
* [ramda](https://github.com/CrossEye/ramda) - A practical functional library for Javascript programmers.
|
* [ramda](https://github.com/CrossEye/ramda) - A practical functional library for Javascript programmers.
|
||||||
|
|
||||||
|
|
||||||
|
##Data Structure
|
||||||
|
*Data structure libraries to build a more sophisticated application.*
|
||||||
|
|
||||||
|
* [mori](http://swannodette.github.io/mori/) - A library for using ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript.
|
||||||
|
* [buckets](https://github.com/mauriciosantos/buckets) - A complete, fully tested and documented data structure library written in JavaScript.
|
||||||
|
|
||||||
## Date
|
## Date
|
||||||
*Date Libraries.*
|
*Date Libraries.*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user