High-performance C++ engine for CodeGraph/USA providing AST parsing, graph algorithms, and content-addressable storage.
- AST Parsing: Tree-sitter based parsing for multiple languages
- Graph Operations: High-performance graph algorithms
- Content Storage: BLAKE3-based content-addressable storage
- Python Bindings: Native Python integration via pybind11
- C++20 compiler (GCC 11+, Clang 13+, MSVC 2022+)
- CMake 3.20+
- Python 3.8+ (for bindings)
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)
cd build
ctest --output-on-failure
Apache License 2.0