Blog Post: Caches In Rust

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

    Unsafe marker trait for types that deref to a stable address

  • The cache is built around https://docs.rs/elsa, which is built around https://docs.rs/stable_deref_trait/latest/stable_deref_trait/trait.StableDeref.html, which is unsound for Box and violates stacked borrows: https://github.com/Storyyeller/stable_deref_trait/issues/15

  • jagged

    Collection of insert-only wait-free data-structures.

  • It's not too hard to create a hashmap which never moves the values it inserts. I wrote the jagged crate a couple years ago, and it contains a JaggedHashMap

  • 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

  • Ask HN: LLVM versus WASM?

    1 project | news.ycombinator.com | 12 May 2024
  • Error Handling for Large Rust Projects - A Deep Dive into GreptimeDB's Practices

    2 projects | dev.to | 12 May 2024
  • Secure Pattern for Deploying WASM on S3

    2 projects | dev.to | 11 May 2024
  • Stalwart Mail Server

    1 project | news.ycombinator.com | 11 May 2024
  • Aya Rust tutorial Part Three XDP Pass

    2 projects | dev.to | 9 May 2024