Inlined string (in ~200 LOC)

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

    A memory efficient string type that can store up to 24* bytes on the stack

  • I wrote something similar to compact_str, but it is: - a Box when on the heap - (so clone is O(n)) - (but still immutable) - 2 usizes in size

  • 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

  • Announcing `compact_str` version 0.7! A small string optimization for Rust

    1 project | /r/rust | 22 Feb 2023
  • Is there a type like `std::num::NonZero*` but for other values than zero?

    1 project | /r/rust | 29 Aug 2022
  • Announcing `compact_str` version 0.6! A small string optimization for Rust

    3 projects | /r/rust | 21 Aug 2022
  • Announcing `compact_str` version 0.5! A small string optimization for Rust

    4 projects | /r/rust | 18 Jun 2022
  • Announcing `compact_str` version 0.4! A small string optimization for Rust

    1 project | /r/rust | 28 May 2022