Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 824 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 824 Bytes

delta_crdt CI

This headers only library contains delta-CRDT types.

What?

CRDT's are the solution to highly available mutable state.

Disclaimer

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.

Build

For build you need:

  • CMake
  • gcc 10+ or clang 10+
cmake -Bbuild . -DCRDT_BUILD_TESTS=True

Usage

TODO