Explore >> Select a destination


You are here

huonw.github.io
| | lemire.me
2.5 parsecs away

Travel
| |
| | smallcultfollowing.com
1.9 parsecs away

Travel
| | [AI summary] The author analyzes the trade-offs between using Rust's default system allocators versus hardcoding jemalloc for better performance, proposing a hybrid scheme to balance efficiency with compatibility when embedding Rust into C applications.
| | rust-lang.github.io
2.3 parsecs away

Travel
| | [AI summary] A Rust RFC proposes formal conventions for error handling that distinguish between catastrophic errors, contract violations, and obstructions to guide library API design.
| | ptomato.wordpress.com
18.5 parsecs away

Travel
| A Rust version of a virtual machine, inspired by a popular post from last month about a virtual machine in 125 lines of C