kerubistan / kerub

A lightweight IaaS prototype
Apache License 2.0
13 stars 4 forks source link

research: try to optimize with thin / immutable collections in the planner #231

Open K0zka opened 6 years ago

K0zka commented 6 years ago

low level: The map copy is a bit too expensive operation. A thin copy maybe could help, one which only adds/changes one or a number of values and otherwise relies on a base map

K0zka commented 6 years ago

for map there already is a performance test. the creation of the map is of course a lot (~70 times) faster, but there was a ~10% loss on reading the data from the map