beaker icon indicating copy to clipboard operation
beaker copied to clipboard

Efficient Collection Types

Open barnjamin opened this issue 2 years ago • 0 comments

Efficient List/Map of ABI types or NamedTuple/Struct with storage backing of Blob/Box

For a list containing static types, this should be easy. Dynamic types are rough to make efficient.

For a map, how do we store/retrieve? Use multiple backing arrays? insertion sort them?

barnjamin avatar Aug 12 '22 14:08 barnjamin