Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 844 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 844 Bytes

Build Status Coverage Status

trcb_base

A Tagged Reliable Causal Broadcast (TRCB) Middleware


Description

This is a working implementation of the TRCB mentioned in Making Operation-based CRDTs Operation-based

Features

  • Provides at-least-once message transfer.
  • Provides at-most-once message delivery.
  • Provides tagged causal delivery of messages.
  • Provides causal stability to garbage-collect meta-data that became useless.
  • Provides test cases that cover all code.