first version of fast lruk

This commit is contained in:
2024-04-25 10:10:49 +00:00
parent 0c0d4684bb
commit 36a615aaad
10 changed files with 498 additions and 3 deletions

1
bpt/CMakeLists.txt Normal file
View File

@ -0,0 +1 @@
add_library(bpt STATIC src/disk_manager.cpp src/replacer.cpp)