rust/library
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
..
2021-05-17 09:29:02 -04:00
2021-04-25 13:48:03 -07:00
2021-05-17 09:29:02 -04:00
2021-04-09 15:33:43 +02:00
2021-05-02 17:46:00 -06:00
2021-05-12 00:55:03 +02:00
2021-05-13 15:01:09 +02:00
2021-05-12 00:55:03 +02:00