Spla project uses
monolitic
repository model. All dependent libraries stored as-is inside main project repository. Runtime dependencies are merged into single execution (.dll/.so/.dylib) object without external dependencies.
- cxxopts - Lightweight C++ command line option parser.
- gtest - Google C++ testing library.
- opencl headers - Khronos OpenCL-Headers.
- opencl hpp headers - Khronos OpenCL API C++ bindings.
- opencl icd loader - The OpenCL ICD Loader project.
- robin-hood hashing - Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20.
- svector - Compact SVO optimized vector for C++17 or higher.