Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 438 Bytes

File metadata and controls

10 lines (10 loc) · 438 Bytes

Overview

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.

Usage - Test Cases

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