mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-23 19:58:01 -08:00
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
|
||||
* [Files](#files)
|
||||
* [Functional Programming](#functional-programming)
|
||||
* [Data Structure](#data-structure)
|
||||
* [Date](#date)
|
||||
* [String](#string)
|
||||
* [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.
|
||||
|
||||
|
||||
##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 Libraries.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user