Jon Gjengset: Rust at speed – building a fast, concurrent database (2018)

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • evmap

    A lock-free, eventually consistent, concurrent multi-value map.

  • In this video, one of the people that worked on creating Noria talks a bit about the implementation of it. Very interesting talk, highly recommend watching it.

    He talks, among other things, about lockless eventually consistent concurrent access to data shared between multiple threads. Jon has a crate that he made for this called evmap, for Noria and anyone else to use. GitHub repo https://github.com/jonhoo/evmap and crate https://crates.io/crates/evmap

    Jon has a bunch of other interesting videos about Rust on his channel as well. https://youtube.com/c/JonGjengset

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Ngrrram: Improve typing speed and learn new layouts (incl. free cat)

    1 project | news.ycombinator.com | 21 May 2024
  • Build a password manager with Rust - Part 1

    1 project | dev.to | 21 May 2024
  • Regular Expression Matching Can Be Simple and Fast (2007)

    3 projects | news.ycombinator.com | 21 May 2024
  • Rustify your JavaScript tooling

    9 projects | dev.to | 21 May 2024
  • hyper (Rust) upgrade to v1: Body became Trait

    6 projects | dev.to | 21 May 2024