Javascript : where are high level data structures?
- by user355056
Hi!
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: http://stackoverflow.com/questions/2523436/javascript-implementation-of-a-set-data-structure which refers to jshashtable and closure.
Are they reference implementations? Do you know something else?
Thanks