This headers only library contains delta-CRDT types.
CRDT's are the solution to highly available mutable state.
This project is not ready for production, and is educational in nature to study the topic of CRDT types.
For more info see crdt.tech
The source code is available at under the terms of both the MIT license and the Apache License. See LICENSE-APACHE and/or LICENSE-MIT for details.
For build you need:
- CMake
- gcc 10+ or clang 10+
cmake -Bbuild . -DCRDT_BUILD_TESTS=True
TODO