Butter from two CoWs: making a key-value store with btrfs

This page summarizes the projects mentioned and recommended in the original post on /r/btrfs

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
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • agatedb

    A persistent key-value storage in rust.

    As I mentioned in a comment above you could probably just use AgageDb (Rust implementation of Badger which is a single file high performance KVP store. Turn off all of its built-in transactional behaviour and see how fast it runs on BTRFS using reflinks instead.

  • 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
  • badger

    Fast key-value DB in Go.

    As I mentioned in a comment above you could probably just use AgageDb (Rust implementation of Badger which is a single file high performance KVP store. Turn off all of its built-in transactional behaviour and see how fast it runs on BTRFS using reflinks instead.

  • coreutils

    upstream mirror (by coreutils)

    I'm not sure how you'd go about calling it directly from Rust though. Looking at cp.c it's probably just a normal copy with cp_options->reflink_mode = REFLINK_ALWAYS.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Anytype helper crashed

    1 project | /r/Anytype | 9 Dec 2023
  • What would be some database with extreme raw performance? (details in)

    1 project | /r/Database | 25 May 2023
  • Help wanted: implement an ARENA based lock-free skiplist

    3 projects | /r/rust | 9 Jul 2022
  • CockroachDB: The Resilient Geo-Distributed SQL Database

    2 projects | news.ycombinator.com | 6 Mar 2022
  • What's your approach to understand an open source codebase enough to contribute?

    1 project | /r/learnprogramming | 4 Jan 2022

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