Implementing AnyStack?

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

    A stack for rust trait objects that minimizes allocations

  • They are not using the nightly-only API std::raw::TraitObject that is the only non-UB way of doing what they are doing (see this - this should be replaced by proper calls to the relevant API)

  • rfcs

    RFCs for changes to Rust

  • Your transmute to (usize, usize) makes assumptions about undocumented details of the memory layout of wide pointers. https://github.com/rust-lang/rfcs/pull/2580 aims to solve this, and Vec was precisely the motivation for it.

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

    Discontinued ❄️ ICE-cold const inline DSTs! 🥵

  • Unfortunately this is ub. The same as /u/0xmental icey that is in the front page (ub here)

  • rust

    Empowering everyone to build reliable and efficient software.

  • Based on this discussion: https://github.com/rust-lang/rust/issues/58582#issuecomment-465508579

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

  • Why stdout is faster than stderr?

    2 projects | news.ycombinator.com | 10 Jan 2024
  • Progress toward a GCC-based Rust compiler

    8 projects | news.ycombinator.com | 18 Dec 2023
  • INSANE bug in my code from compiler optimization [Rust] [video]

    2 projects | news.ycombinator.com | 16 Dec 2023
  • Understanding thread-safety vs race conditions

    4 projects | /r/rust | 10 Dec 2023
  • Divan: Fast and Simple Benchmarking for Rust

    4 projects | news.ycombinator.com | 4 Oct 2023