Skip to content

aviynw/js_cols

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

js_cols is a JavaScript collections library providing implementations of Lists, FIFO queues, LIFO Stacks, Priority Queues, sorted and unsorted Sets and Maps, Bags (Multi Sets) and Multi Maps.
The goal of the project is to add functionality to the JavaScript language, similar to that of java.util (for Java) and the C5 Library (for C#).
The Library stands alone and should be easy integratable in all kinds of JavaScript projects. 

For a quick start you can just include the js_cols.min.js file. This is a 61 kb file including the entire js_cols library, except from the AB-tree implementations which have shown to be slower than the Red Black trees, which are included.

The js_cols library was designed and written by Thomas Stjernegaard Jeppesen, 2010

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%