array-keyed-map
array-keyed-map copied to clipboard
JS datastructure, like Map, but the keys are arrays
The current documented behavior expects Arrays for the `path` argument to all relevant methods, but actually uses a for-of loop so any iterable will appear to work. However, this means...
I was trying to create an ArrayKeyMap of size 7,66,000 with each key of type `[int, string, 9 to 29 additional integers]` ``` [31048:0000017180A75FD0] 14792 ms: Scavenge 2016.7 (2056.4) ->...
Hi, thanks for the great module! Would it be possible to expose dataSymbol so that people who want to extend ArrayKeyedMap can access the data values directly in the tree?...
If you want to replace globalThis.Map with ArraryKeyedMap you need to be able to define which `Map` ArraryKeyedMap use for building it tree.