WIP adding metrics to skiplist

This commit is contained in:
2024-08-29 18:01:20 -07:00
parent 5e06a30357
commit 394f09f9fb
5 changed files with 160 additions and 70 deletions

View File

@@ -21,7 +21,7 @@
std::atomic<int64_t> transactions;
constexpr int kBaseSearchDepth = 32;
constexpr int kBaseSearchDepth = 115;
constexpr int kWindowSize = 10000000;
std::string numToKey(int64_t num) {