pmwkaa / ioarena

Embedded storage benchmarking tool
Other
130 stars 22 forks source link

rework of random pool should be completed #6

Closed erthink closed 8 years ago

erthink commented 8 years ago

The "random pool" used for fast creation of key-value pairs while benchmarking. In other words it is pre-generated key-value pairs, which have some predefined characteristics.

It must be:

Current implementation:

I have some idea how to do this. But it will require abandoning terminating zero at end of the keys and values.