The same old arguments...
The same old arguments...
Posted Dec 7, 2025 23:43 UTC (Sun) by josh (subscriber, #17465)In reply to: The same old arguments... by JoeBuck
Parent article: Eventual Rust in CPython
We could nail down slices easily enough. It might potentially be reasonable to give *some* direct access to `Vec`, since the triple of pointer, length, and capacity is the obvious implementation; that would allow efficient and vectorized access to the data. However, for instance, reallocation would likely still require a vtable call.
