Why Can't `Box` Be Abstracted Away From the Developer?

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rust-wiki-backup

    Discontinued A backup of the Rust wiki

    yep… ‘@‘ was garbage collected: https://github.com/rust-lang/rust-wiki-backup/blob/master/Sigil-reference.md

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • cactusref

    🌵 Cycle-Aware Reference Counting in Rust

    Absolutely. I have seen some pretty cool concepts in Rust for memory cleanup; not just garbage collection, but deterministic reference cycle removal by cactusref. And the fun thing about these is that you still get all of Rust's zero-cost abstractions and epic modern language design.

  • luau

    A fast, small, safe, gradually typed embeddable scripting language derived from Lua

    Roblox's Luau (now open-source) is a great example of GC taken to the absolute extreme. They have a small performance overview available which summarizes some of the optimizations they've implemented. They are very heavily invested into making Luau as fast as it can possibly be. Which makes sense, given how it's used on the platform.

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

  • CactusRef: an experimental cycle-aware Rc and mini tracing GC

    1 project | /r/rust | 14 Jun 2021
  • Bytecode Breakdown: Unraveling Factorio's Lua Security Flaws

    2 projects | news.ycombinator.com | 29 Jun 2024
  • Building a baseline JIT for Lua automatically

    2 projects | news.ycombinator.com | 11 Jan 2024
  • Lua Criticism Is Unwarranted

    4 projects | news.ycombinator.com | 26 Oct 2023
  • Creating a simple sandboxed language

    3 projects | /r/LLVM | 4 Jul 2023

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?