Go lsmtree

Open-source Go projects categorized as lsmtree

Go lsmtree Projects

  1. k4

    High-performance open-source, durable, transactional embedded storage engine designed for low-latency, and optimized read and write efficiency.

    Project mention: K4 – High performance open-source transactional, durable embedded storage engine | news.ycombinator.com | 2024-10-29
  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. lsmt

    Embedded durable, extensive, concurrent safe, highly configurable, transactional LSM tree based key-value store package

    Project mention: TidesDB – High-performance, durable, transactional embedded storage engine | news.ycombinator.com | 2024-10-16

    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!

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go lsmtree discussion

Log in or Post with

Go lsmtree related posts

  • A fast transactional, durable LSMT implementation written in GO

    1 project | news.ycombinator.com | 14 Oct 2024

Index

# Project Stars
1 k4 262
2 lsmt 33

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Go is
the 4th most popular programming language
based on number of references?