Is there any good JavaScript hash(code/table) implementation out there?

前端 未结 4 1175
渐次进展
渐次进展 2020-12-05 05:58

Yes, I know you could use regular objects as associative arrays in JavaScript, but I\'d like to use something closer to java\'s Map\'s implementation (HashMap, LinkedHashMap

4条回答
  •  广开言路
    2020-12-05 06:44

    I have released a standalone JavaScript hash table implementation that goes further than those listed here.

    http://www.timdown.co.uk/jshashtable/

提交回复
热议问题