High-performance Rust: Understanding and eliminating memory fragmentation
DRANK
I'm currently working on a TLS (Transport Layer Security) implementation for stdx (Rust's extended standard library), and one of the main requirements is to be able to use it on
2 comments
細かいメモリ確保を繰り返してるとヒープメモリが断片化してメモリフットプリントが増えたりと悪いことが起きるから色々なライブラリ使って対策しようねって話
High-performance Rust: Understanding and eliminating memory fragmentation
kerkour.com/rust-high-perf…
コンパクションのあるGCだとこういう問題は起きないから、GCのある言語の方が結局は速いって主張をする人もいるんだけど、個人的には懐疑的。なんか良い感じのベンチマークとれないかな。