Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dlarocque/kv-server
- Owner: dlarocque
- Created: 2024-03-06T03:37:05.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-06T19:31:49.000Z (11 months ago)
- Last Synced: 2024-11-07T12:17:18.052Z (3 months ago)
- Language: Go
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.