A lightweight, high-performance key-value store written in C++
- C++ Compiler: GCC 9+ or Clang 10+ (C++17 support)
- CMake: 3.31+
- Make or Ninja
git clone https://github.com/Rajeshpatel07/corekv.git
cd corekvcmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build buildcmake -B build
cmake --build build./build/bin/corekv-server./build/bin/corekv-clientListens on port 8000.
src/
├── core/
├── net/
├── protocol/
├── handler/
├─ server.cpp
└─ client.cpp
