Minikeyvalue Alternatives
Similar projects and alternatives to minikeyvalue
-
LevelDB
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
-
openpilot
openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 85 supported car makes and models.
-
tinygrad
You like pytorch? You like micrograd? You love tinygrad! ❤️
-
distribkv
Distributed key-value database in Go
NOTE:
The number of mentions on this list indicates mentions on common posts.
Hence, a higher number means a better alternative or higher similarity.
Posts
Posts where minikeyvalue has been mentioned. We have used some of these posts to build our list of alternatives and similar projects - the last one was on 2021-01-05.
- minikeyvalue
-
A distributed key value store in under 1000 lines open-sourced by comma.ai
Hrm. How does the distributed part work? I'm somewhat confused there. I've opened an issue to ask about this too.
Handling errors with panic rather than log.Fatal
Handling errors with "ugh"
or'ing bytes manually, rather than using binary.BigEndian.Uint32
The waitgroup usage here is different than I've seen elsewhere.
-
A distributed key value store in under 1000 lines
No. Go's HTTP server is typically imported as a package, just like `math/rand`, `time` or `fmt`. The resultant compiled binary would then be larger than if it not been imported, but the package itself doesn't contribute to LOC.
FWIW, the app does run Go's HTTP server for "server" commands: https://github.com/geohot/minikeyvalue/blob/master/src/main....
Stats
Basic minikeyvalue repo stats
16
1,777
2.5
20 days ago
geohot/minikeyvalue is an open source project licensed under MIT License which is an OSI approved license.