This project is for an isolated, self-constrained database kernel with a replacement policy algorithm, scheduling, indexing, etc. The kernel was designed to be as performant as possible within hot paths and areas of high thread contention.
mkdir build && cd build
cmake ..
make build-tests # Build all tests
make check-tests # Run all tests
make arc_replacer_test # Build a specific test