rust/library/alloc
Mark Rousskov 80ac15f667 Optimize default ToString impl
This avoids a zero-length write_str call, which boils down to a zero-length
memmove and ultimately costs quite a few instructions on some workloads.

This is approximately a 0.33% instruction count win on diesel-check.
2021-05-17 09:29:02 -04:00
..
benches Try to make Vec benchmarks only run code they are benchmarking 2021-03-25 00:14:00 -04:00
src Optimize default ToString impl 2021-05-17 09:29:02 -04:00
tests Stabilize vec_extend_from_within 2021-04-28 07:27:06 +01:00
Cargo.toml Add support for const operands and options to global_asm! 2021-05-13 22:31:57 +01:00