Explore >> Select a destination


You are here

victoriametrics.com
| | tenderlovemaking.com
4.8 parsecs away

Travel
| | [AI summary] The article discusses optimizing the Ruby interpreter's performance by leveraging shared string optimizations in the `features_index_add` function. The key improvements include reducing memory allocations and system calls by using pointer-based substrings instead of Ruby object slicing, and eliminating unnecessary `ruby_strdup` calls by keeping strings alive via the `loaded_features_index_pool` array. This results in a 35% speedup for `require` and a 4% memory reduction in Rails boot processes.
| | dave.cheney.net
4.0 parsecs away

Travel
| |
| | commaok.xyz
1.9 parsecs away

Travel
| | Words about Go and software
| | www.dgendill.com
23.9 parsecs away

Travel
| [AI summary] A detailed exploration of using Rust and WebAssembly for system-level programming, focusing on memory management, allocator implementation, and low-level concepts like alignment and size in memory layout.