rust/library/proc_macro
Mark Rousskov 299ac75894 Specialize single-element writes to buffer
copy_from_slice generally falls back to memcpy/memmove, which is much more expensive
than we need to write a single element in.

This saves 0.26% instructions on the diesel benchmark.
2021-05-29 12:45:07 -04:00
..
src Specialize single-element writes to buffer 2021-05-29 12:45:07 -04:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00