mozilla / pluotsorbet

[ARCHIVED] PluotSorbet is a J2ME-compatible virtual machine written in JavaScript.
GNU General Public License v2.0
237 stars 46 forks source link

switch NativeMap from Map to Object #1869

Open mykmelez opened 9 years ago

mykmelez commented 9 years ago

NativeMap is currently a Map, which I suspect is slower than using an Object. We should test and switch if so.