Hacker News
- Fast, Bump-Allocated Virtual Doms with Rust and Wasm https://hacks.mozilla.org/2019/03/fast-bump-allocated-virtual-doms-with-rust-and-wasm/ 59 comments
- What Is in a Rust Allocator? https://blog.sulami.xyz/posts/what-is-in-a-rust-allocator/ 12 comments
- Writing an OS in Rust: Heap Allocation https://os.phil-opp.com/heap-allocation/ 2 comments
- The memory remains: Permanent memory with systemd and a Rust allocator https://darkcoding.net/software/rust-systemd-memory-remains/ 76 comments
- Translation of Rust's core and alloc crates to Coq for formal verification https://formal.land/blog/2024/04/26/translation-core-alloc-crates 116 comments
- Fast, Bump-Allocated Virtual DOMs with Rust and Wasm https://hacks.mozilla.org/2019/03/fast-bump-allocated-virtual-doms-with-rust-and-wasm/ 13 comments programming
- Slitter: a slab allocator that trusts, but verifies (in Rust, for C) https://engineering.backtrace.io/2021-08-04-slitter-a-slab-allocator-that-trusts-but-verifies/ 3 comments rust
- Slitter: a slab allocator that trusts, but verifies (in Rust, for C) https://engineering.backtrace.io/2021-08-04-slitter-a-slab-allocator-that-trusts-but-verifies/ 6 comments rust
- Sanitize unsafe Rust through the global allocator https://github.com/udoprog/checkers 11 comments rust
- Allocator story in Rust? http://en.cppreference.com/w/cpp/experimental/monotonic_buffer_resource 10 comments rust
- Rust WASM: static buffer is slower than allocating each time https://github.com/alvaro-cuesta/rustwasm-mandelbrot 13 comments rust
- Avoiding allocations in Rust to shrink Wasm modules https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/ 46 comments rust
- Rust way of dealing with memory allocation https://cstack.github.io/db_tutorial/ 32 comments rust
- const Allocation in nightly rust https://docs.rs 11 comments rust
- Investigating Memory Allocations in Rust https://ysantos.com/blog/malloc-in-rust 10 comments rust
- Writing an OS in Rust: Allocator Designs https://os.phil-opp.com/allocator-designs/ 9 comments rust
- Rust Port of the Mimalloc Allocator https://crates.io/crates/mimalloc 24 comments rust
- Rust Box memory allocation https://www.reddit.com/r/rust/comments/6mrn0i/rust_box_memory_allocation/ 9 comments rust
- Writing an OS in Rust: Allocating Frames http://os.phil-opp.com/allocating-frames.html 27 comments rust
- Allocators in Rust (from nmatsakis's blog) http://smallcultfollowing.com/babysteps/blog/2014/11/14/allocators-in-rust/ 37 comments rust
- Questions about GlobalAlloc for a memory allocator written in Rust https://github.com/Nereuxofficial/benemalloc/blob/main/crates/benemalloc/src/naive.rs 3 comments rust
- A Rust arena allocator (ab)using Linux overcommit https://vgel.me/posts/mmap-arena-alloc/ 29 comments rust
- Fallible allocators: C and Rust vs C++ https://soasis.org/posts/fallible-allocators/ 9 comments programming
- Allocations in Rust: An Intro to the Memory Model https://speice.io/2019/02/understanding-allocations-in-rust.html 7 comments rust
- Allocating a raw double pointer in Rust https://www.reddit.com/r/rust/comments/4w6vjt/allocating_a_raw_double_pointer_in_rust/ 18 comments rust
- The memory remains: Permanent memory with systemd and a Rust allocator https://darkcoding.net/software/rust-systemd-memory-remains/ 8 comments rust
- Using different #[global_allocator]'s for kernel and userspace applications (Rust, x86) https://github.com/rust-lang/wg-allocators/issues/7 7 comments osdev
- Does Rust re-use heap allocations? (And how can I track them with valgrind?) https://github.com/andrewcsmith/vox_box.rs/blob/weird-valgrind-thing/examples/pitch_detection.rs#L32 4 comments rust
- Presenting Ralloc 1.0.0: An alternative pure-Rust memory allocator. https://github.com/redox-os/ralloc 18 comments rust
- Allocators, take III by pnkfelix · Pull Request #1398 · rust-lang/rfcs https://github.com/rust-lang/rfcs/pull/1398 6 comments rust
- Announcing allocscope: a tool for tracking allocations in Rust / C++ / C apps https://github.com/matt-kimball/allocscope 19 comments rust
- elfmalloc: A pure Rust allocator that's competitive on performance with jemalloc https://www.reddit.com/r/rust/comments/6xqmds/elfmalloc_a_pure_rust_allocator_thats_competitive/ 70 comments rust
- Optimizing rust code: Zero copy, using XXH3 instead of fxhash and avoiding allocations https://medium.com/adobetech/filtering-duplicates-on-the-command-line-30x-faster-than-sort-uniq-96ca5f7b4277 27 comments rust
- collam: A naive and thread safe general-purpose allocator written in Rust built with #[no_std]. https://github.com/gcarq/collam 4 comments rust
- Looking for a bare-metal heap allocator written in Rust https://github.com/m-labs/misoc/blob/master/misoc/software/liballoc/alloc.c 6 comments rust
- A port of Sebastian Aaltonen's `OffsetAllocator`: a fast, simple, hard real-time allocator for GPU resources in 100% safe Rust https://github.com/pcwalton/offset-allocator 4 comments rust
- The Rust compiler backend for .NET can now compile std with (numerous) errors, and supports allocation (Box, Vec, String, etc.) https://github.com/FractalFir/rustc_codegen_clr 3 comments rust
- FlexStr – A flexible, simple to use, immutable, clone-efficient String replacement for Rust. It unifies literals, inlined, and heap allocated strings into a single type. https://github.com/nu11ptr/flexstr 28 comments rust
- #NoMemAlloc - write dotnet that make no allocation, as we could do in C or Rust (online meetup by Jérémie Chassaing, February 1 2022 7:00 PM to 8:00 PM CEST) https://www.meetup.com/D-EDGE-tech/events/283217337 18 comments dotnet
- Comment about Rust (Does Rust have advantages when you ban Dynamic Memory Allocation?) in NASA's 10 Coding Rules for Writing Safety Critical Program • r/programming https://www.reddit.com/r/programming/comments/66pzb8/nasas_10_coding_rules_for_writing_safety_critical/dgkp572/ 9 comments rust