I want to share my latest hobby project, dbeel: A distributed thread-per-core nosql db written in rust

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dbeel

    A distributed thread-per-core document database

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Seastar

    High performance server-side application framework

    I used glommio as the async executor (instead of something like tokio), and it is wonderful. For people wondering whether it's "good enough" or to use C++ and seastar (as I have thought about a lot before starting this project), take the leap of faith, it's fast - both in terms of run time and to code.

  • glommio

    Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans.

    I used glommio as the async executor (instead of something like tokio), and it is wonderful. For people wondering whether it's "good enough" or to use C++ and seastar (as I have thought about a lot before starting this project), take the leap of faith, it's fast - both in terms of run time and to code.

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

  • Develop+Deploy RAG Bots with LlamaEdge: Across OSes, Nvidia, ARM Using Vector DB

    2 projects | news.ycombinator.com | 16 Feb 2024
  • How much reason is there to be multi-threaded in the k8s environment

    2 projects | /r/scala | 4 Jul 2023
  • Why does Actix-web's handler not require Send?

    3 projects | /r/rust | 18 Jun 2023
  • Anyone using io_uring?

    8 projects | /r/rust | 18 Aug 2022
  • Efficient way to read multiple files in parallel

    3 projects | /r/rust | 8 Jun 2022

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?