Echo JS 0.11.0

<~>
Hylix 2420 days ago. link parent 1 point
Still kinda disappointing imho, how long did the test run before reaching this point? Is it also faster or kinda the same?

Also wouldn't a set be more appropriate in this case? Since the lookup time in a set would be faster than a map? Maybe a set also fits more ints?

Replies

mscdex 2420 days ago. link 1 point
I don't remember the times offhand.

The article was about using maps/hashes/key-value data structures, so a set wouldn't "work" in that case.