beaker
beaker copied to clipboard
Efficient Collection Types
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?