granite-rust/library/core
Scott McMurray d62b903892 VecDeque::resize should re-use the buffer in the passed-in element
Today it always copies it for *every* appended element, but one of those clones is avoidable.
2022-11-15 00:53:26 -08:00
..
benches Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm 2022-11-09 19:21:21 +05:30
primitive_docs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
src VecDeque::resize should re-use the buffer in the passed-in element 2022-11-15 00:53:26 -08:00
tests VecDeque::resize should re-use the buffer in the passed-in element 2022-11-15 00:53:26 -08:00
Cargo.toml Avoid use of rand::thread_rng in stdlib benchmarks 2022-05-02 00:08:21 -07:00