scapegoat v2.0 release - Safe, fallible, stack-only alternative to BTreeSet/BTreeMap

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Cargo

    The Rust package manager

  • I want to point out that this library abuses cargo features. Here it says that the features low_mem_insert and fast_rebalance can be used to enable a trade-off between stack space and runtime. This is not how features should be used. Features should always be additive. Why? Guess what happens when some user wants both behaviors in the same project. They can't because cargo is smart and only compiles the dependency once, with the sum of all the enabled features. And as far as I know there are no possible workarounds.

  • 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