1 2 3 4 5 6 7
#pragma once #include <cstdint> #include <string> void InitBook(const std::string &path); uint16_t ProbeBook(uint64_t key); int GetBookDepth();