Fork me on GitHub
#other-languages
<
2016-10-28
>
borkdude14:10:21

what is the lookup performance characteristic of JS Objects compared to mutable hash-maps in other languages? Are they implemented more or less the same?

mpenet14:10:36

Depends on the host/engine I guess. I doubt it's specified

mpenet14:10:07

It's also arguable that they are different conceptually (hashing, str key only etc)

borkdude15:10:47

there was some silly problem/hack with async/await and npm in JS land recently. What was this again?