You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Map-set-lookup uses an array for all the keys of the map, so naturally the lookup is much slower.
But it would be nice to compare looking up things in an Object vs Map with plain strings as keys.
The text was updated successfully, but these errors were encountered:
Map-set-lookup uses an array for all the keys of the map, so naturally the lookup is much slower.
But it would be nice to compare looking up things in an Object vs Map with plain strings as keys.
The text was updated successfully, but these errors were encountered: