status-im / nim-stew

stew is collection of utilities, std library extensions and budding libraries that are frequently used at Status, but are too small to deserve their own git repository.
133 stars 18 forks source link

avoid zeroMem #207

Closed arnetheduck closed 11 months ago

arnetheduck commented 11 months ago

on cached data, it doubles read time (!)

arnetheduck commented 11 months ago

motivating example of reading a 100mb state:

image