lsmt
Embedded durable, extensive, concurrent safe, highly configurable, transactional LSM tree based key-value store package (by guycipher)
gograph
A golang generic graph library that provides mathematical graph-theory and algorithms. (by hmdsefi)
lsmt | gograph | |
---|---|---|
3 | - | |
33 | 74 | |
- | - | |
8.8 | 5.7 | |
4 months ago | 6 months ago | |
Go | Go | |
GNU Affero General Public License v3.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lsmt
Posts with mentions or reviews of lsmt.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-16.
-
TidesDB – High-performance, durable, transactional embedded storage engine
It's pretty interesting how this design turned out, RocksDB for example I believe is well over 200,000 lines. I originally wrote it in GO, well the base of it:
https://github.com/guycipher/lsmt
Then once I felt ok with what I had I took what I had in GO and painstakingly rewrote it to C++, (originally was gonna be C). Why GO first? I honestly write a lot more GO than C++ lately so I'm faster at writing in GO. Not to say I don't write C++. I've been writing code for 15+ years, C++ was one of my first languages at 14 years old, just haven't been writing it everyday. This project has changed that pretty dramatically!
- A fast transactional, durable LSMT implementation written in GO
- Single level embedded log structured merge tree (LSMT) Golang package
gograph
Posts with mentions or reviews of gograph.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning gograph yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing lsmt and gograph you can also consider the following projects:
btree - A fast, disk-based BTree package with an extensive easy-to-use API optimized for large keys with many values.
gocomplex - Automatically exported from code.google.com/p/gocomplex