Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dlarocque/kv-server

Key value server with linearizability
https://github.com/dlarocque/kv-server

Last synced: 28 days ago
JSON representation

Key value server with linearizability

Awesome Lists containing this project

README

        

# kv-server

A key value server on a single machine with linearizability.
Implemented according to the definition of MIT 6.5840 lab 2 https://pdos.csail.mit.edu/6.824/labs/lab-kvsrv.html.