Is this code sound for concurrent use?

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

    A small library of append-only, thread-safe, lock-free data structures.

  • I was trying to do something similar a little while back and ended up writing the Synclist type in Syncbuf. This has the tradeoff that the elements are spread across non-contiguous chunks, so it can't be sliced. But it has the advantage of being able to contain any type, memory usage is monotonic, and "reallocation" is much cheaper since nothing is copied.

  • 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

  • Moving your bugs forward in time

    4 projects | dev.to | 8 May 2024
  • Xilem Releases v0.1.0

    1 project | news.ycombinator.com | 8 May 2024
  • Rapier Physics with Macroquad: Rust Game Physics

    1 project | dev.to | 8 May 2024
  • Utilizing git to make Rust development even sweatier

    1 project | dev.to | 8 May 2024
  • What do you call a Rust pointer we stole the high bits off? An ointer. (2021)

    2 projects | news.ycombinator.com | 8 May 2024