-
-
Notifications
You must be signed in to change notification settings - Fork 760
Open
Labels
Description
Espruino currently uses a linked-list for Arrays/objects. It's not currently a big deal given the lack of RAM, but it would be possible to implement a tree datastructure to speed up accesses.
I'd be interested to see some benchmarks though - especially when compared with #36