Basedrop: A garbage collector for real-time audio in Rust

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

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

    Fork of std::sync::Arc with lots of utilities useful for FFI

  • You might be interested in the unsize crate which provides a pattern to replace/supplement this on stable Rust. I don't think it's very like that CoerceUnsized is stabilized soon. There are a few other no-std crates that have already integrated this approach 1 2 although none with a release yet. It's also gotten some review from the black-magic channel on Discord if you're worried about soundness.

  • pointer-utils

    A collection of small utilities for working with pointer types in Rust.

  • You might be interested in the unsize crate which provides a pattern to replace/supplement this on stable Rust. I don't think it's very like that CoerceUnsized is stabilized soon. There are a few other no-std crates that have already integrated this approach 1 2 although none with a release yet. It's also gotten some review from the black-magic channel on Discord if you're worried about soundness.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • mun

    Source code for the Mun language and runtime.

  • Could this be applicable to games as well? I would imagine the real-time requirement to be somewhat similar. There was a good discussion about GC features for Mun-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