Building a Cloud Database from Scratch: Why We Moved from C++ to Rust

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Empowering everyone to build reliable and efficient software.

    Sorry if I'm missing something important as I have experience with C++ but not rust, but is async/await the right abstraction in Rust vs. the underlying generators which I assume is lower level and closer to C++20 Co-routines in terms of performance.[1]

    In other words, it seems Rust co-routines at the level of Tokio are not as performant as C++ native Co-routines [2] and further down the thread, it's mentioned that once generators are stabilized, it might help build lower cost and performant stackless coroutines in Rust.[3]

    [1] https://github.com/rust-lang/rust/issues/43122#issuecomment-...

  • SaaSHub

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

    SaaSHub logo
  • TimescaleDB

    An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.

  • rayon

    Rayon: A data parallelism library for Rust

  • evcxr

    While not Elixir good, the evcxr python notebook plugin gets you 50% of the way there.

    https://depth-first.com/articles/2020/09/21/interactive-rust...

    https://github.com/google/evcxr

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

  • Why Async Rust?

    3 projects | news.ycombinator.com | 15 Oct 2023
  • The Rust I Wanted Had No Future

    4 projects | /r/rust | 5 Jun 2023
  • RcLite: Arc<T> and Rc<T> with up to 100% memory efficiency

    4 projects | /r/rust | 20 Feb 2023
  • Kanal: Channels 80x faster than the standard library!

    7 projects | /r/rust | 16 Oct 2022
  • Is there any part of the Standard Library that really impresses you?

    6 projects | /r/rust | 30 Aug 2022

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