Giter Club home page Giter Club logo

peepul's Introduction

Certified MRDTs

Certified implmentations of Mergeable Replicated Data Types, verified using F*

Talks and Publications:

Vimala Soundarapandian, KC Sivaramakrishnan, and Kartik Nagar, Certified Mergeable Replicated Data Types (PaPoC 2021) [talk]

List of verified MRDTs:

  1. Increment-only counter
  2. Enable-wins flag (state : (icounter, flag))
  3. Observed-Remove set (state : list (unique ids, elements))
  4. Observed-Remove set (state : list (unique ids, unique elements))
  5. Observed-Remove set (state : Binary Search Tree with each node being (unique ids, unique elements))
  6. Last-Writer-Wins register (state : (timestamp, value))
  7. Grows-only set : (state : list (unique elements))
  8. Grows-only map composed of Grows-only set : (state : list (unique keys, Gset.state))
  9. Functional queue : (state : list (unique ids, elements) ร— list (unique ids, elements))
  10. Functional queue : (state : list (unique ids, elements))
  11. Append-only log : (state : list (unique ids, string))
  12. Grows-only map composed of Append-only log : (state : list (unique channels, Alog.state))

peepul's People

Contributors

adharshkamath avatar vimcy7 avatar kayceesrk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.