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
Right now Map's are implemented word-for-word from the spec drafts, including a linear insertion-order lookup.
Maps should at the very least be a linked hash map for the string case, which would bring the compiler speed back up to what it was before switching from Objects to Maps.
The text was updated successfully, but these errors were encountered:
Right now Map's are implemented word-for-word from the spec drafts, including a linear insertion-order lookup.
Maps should at the very least be a linked hash map for the string case, which would bring the compiler speed back up to what it was before switching from Objects to Maps.
The text was updated successfully, but these errors were encountered: