Does using "String" instead of "&str" a lot results in unoptimised code?

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

    Compact inlined strings for Rust.

  • Your use case sounds like it will involve a lot of small strings that use a subset of UTF-8. If you’re concerned about performance, you could look into something like smartstring. Sixbit also looks interesting, but it looks like it won’t give you any more characters and it’d probably require additional computation to do the conversion (and they’d have to be converted back out).

  • patterns

    A catalogue of Rust design patterns, anti-patterns and idioms

  • 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
  • api-guidelines

    Rust API guidelines (by rust-lang)

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

  • Haskell mini-patterns handbook (2020)

    1 project | news.ycombinator.com | 4 Sep 2023
  • Is there any site with Dos and Don'ts in Rust?

    1 project | /r/rust | 10 Jul 2023
  • Functional Options Pattern in Go and Rust

    2 projects | /r/learnrust | 3 Jun 2023
  • I want some help learning design patterns

    2 projects | /r/rust | 6 Apr 2023
  • Rust patterns: New article on Lenses and Prisms (huge thanks to jhwgh1968)

    1 project | /r/rust | 9 Dec 2022