Konstantinos Kanellis
Konstantinos Kanellis
When defining an input space it is possible to pass a `random_state` argument. For example: ```python # Define random state RANDOM_SEED = 42 random_state = random.Random() random_state.seed(RANDOM_SEED) # Define spaces...
This PR F2, an evolution of FASTER key-value store. More info can be found [here](https://arxiv.org/abs/2305.01516).
This PR introduces some fixes/changes to accommodate the (time, h/w) limitations of CI pipeline.
Previously, compaction could stall indefinitely if the provided `until_address` was _equal_ to `hlog.begin_address`. This could occur, if called from an existing test when `auto_compaction` is `false`. In this case, `pages_available`...