Skip to content

Implementation δ-based Conflict-free Replicated Data Types on C++20

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

moeryomenko/delta_crdt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation δ-based Conflict-free Replicated Data Types on C++20

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks