|
|
|
|
|
by ncmncm
1646 days ago
|
|
Hint: nobody uses "new" in C++ anymore. All the C++ containers, and make_unique etc. know how to use local arenas. I gather there has been some effort to get Rust library components aware of such things. Handling exhaustion in them is an interesting research topic. |
|
"nobody"
That's surely a lot of non-usage. Maybe it's just Chrome, though? Hmmmm.