Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript : where are high level data structures?

I'm writing a client program for a game in Javascript but I'm new in Javascript world. Core Javascript lack of high level data structures.

I've found code snippets on internet but I'm looking for a reference library (like commons-collection or google-collection in java world).

I found this post: JavaScript implementation of a set data structure which refers to jshashtable and closure.

Are they reference implementations? Do you know something else?

Thanks

like image 750
user355056 Avatar asked Jun 06 '26 06:06

user355056


1 Answers

http://www.datajett.com/Tuts/JScriptGen/javascriptDataStructs.pdf

http://eloquentjavascript.net/chapter4.html

http://www.learningapi.com/blog/archives/000078.html

like image 81
Robert Harvey Avatar answered Jun 08 '26 19:06

Robert Harvey