The same old arguments...
The same old arguments...
Posted Dec 7, 2025 23:40 UTC (Sun) by JoeBuck (guest, #2330)In reply to: The same old arguments... by josh
Parent article: Eventual Rust in CPython
That would be crazily inefficient for Vec<i32> or other vector of atomic type. If the call is not inlined, the structure could be frozen, as it is for std::vector<int> in C++ when libstdc++ is in use. Likewise for string slice arguments.
