📰00A new Register Allocator for ZJITHacker News·A new Register Allocator for ZJIT·2 days ago#hUQ6ncrX#railsatscale#register#allocator#instruction#live#value+2 more🧰Tag tools✨Add tagWe recently landed a new register allocator in ZJIT. Learn about lifetimes, interference graphs, and linear scan — and why a global allocator unlocks features like method inlining.15s0Read later0Read More
🖼️00Tracing torch.cuda.empty_cache() on an RTX 4090 - Where Do the 53 MB Go?DEV Community: pytorch·Ingero Team·3 days ago#iPThd87N#dev#empty_cache#pytorch#cuda#memory#allocator+2 more🧰Tag tools✨Add tagTL;DR After del tensor; torch.cuda.empty_cache(), PyTorch's caching allocator still...15s0Read later0Read More
🖼️00Bun, Zig, and Rust: What the Rewrite Rumor Means for Your StackDEV Community·Alan West·21 days ago#rktqVvSJ#zig#bunjs#rust#javascript#allocator#rewrite+5 more🧰Tag tools✨Add tagLooking at the reported Bun Zig-to-Rust rewrite, what it would mean for the runtime in practice, and the broader Zig vs Rust tradeoffs.15s0Read later0Read More
🖼️00Inside My Custom malloc: Bins, tcache, mmap, and Thread SafetyDEV Community·Prajwal zore·29 days ago#8sY0AgYz#pako#each#linux#memory#allocator#thread+5 more🧰Tag tools✨Add tagMost developers use malloc without thinking much about what happens underneath. This project is an...15s0Read later0Read More
🖼️00Why Zig 0.12 Outperforms Rust 1.87 for Systems Programming: 6-Month Case StudyDEV Community·ANKUSH CHOUDHARY JOHAL·29 days ago#inaK2JYb#rust#why#no#zig#const#error+5 more🧰Tag tools✨Add tag\n After 6 months of porting a production-grade distributed KV store from Rust 1.87 to Zig 0.12, we...15s0Read later0Read More
🖼️00Box Memory Optimization in Rust for HPC: What I Learned Allocating 50GB of Simulation DataDEV Community·우병수·about 1 month ago#MSu16J8D#technique#when#my#allocator#allocation#fullscreen+4 more🧰Tag tools✨Add tagLearn how to optimize memory allocation in Rust for High-Performance Computing (HPC) applications, reducing memory leaks and improving performance.15s0Read later0Read More
📰00I Built malloc() from Scratch in C — Here’s What Went WrongDEV Community·Prajwal zore·about 1 month ago#8mriNUb1#systems#linux#performance#software#allocator#sizes+5 more🧰Tag tools✨Add tagMost of us use malloc() without thinking about what happens underneath. I decided to implement my...15s0Read later0Read More