A Firehose of Rust, for busy people who know some C++

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

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

    Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.

  • I think the current state-of-the-art in terms of high-performance, general-purpose mutexes is parking_lot. (Which was ported from a C++ project of the same name.) Rather than initializing a new underlying pthread_mutex for every instance of Mutex, it keeps a global collection of thread parking queues somewhere, which turns out to be more efficient in various ways. An individual parking_lot::Mutex doesn't require a heap allocation, and is just 1 byte in size (plus the size of T).

  • 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

  • Pg_lakehouse: Query Any Data Lake from Postgres

    5 projects | news.ycombinator.com | 13 May 2024
  • GxHash is a fast and robust non-cryptographic hashing algorithm

    4 projects | news.ycombinator.com | 13 May 2024
  • Static Chess

    1 project | news.ycombinator.com | 13 May 2024
  • QBE – Compiler Back End

    1 project | news.ycombinator.com | 13 May 2024
  • Spring Boot 3 application on AWS Lambda - Part 5 Introduction to AWS Lambda Web Adapter

    1 project | dev.to | 13 May 2024