Javascript : where are high level data structures?
Posted
by user355056
on Stack Overflow
See other posts from Stack Overflow
or by user355056
Published on 2010-06-01T04:36:50Z
Indexed on
2010/06/01
4:43 UTC
Read the original article
Hit count: 177
javascript-library
|datastructures
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
© Stack Overflow or respective owner