rust/library/coretests
bors 019fc4de2f Auto merge of #135265 - pascaldekloe:fmt-int-speed, r=tgross35,ChrisDenton
Display of integers without raw pointers and without overflowing_literals

The benchmarks as is measure formatting speed of literals. The first commit `black_box`-es input to simulate runtime speed instead.

The second commit replaces `unsafe` pointer optimizations with plain array indices. The performance is equivalent on Apple M1. Needs peer review on Intel.

Happy to do the 128-bit version too if such change is welcome.
2025-02-04 09:15:53 +00:00
..
benches black_box integer-input on fmt benches 2025-01-30 18:57:23 +01:00
tests Stabilize const_black_box 2025-01-27 07:54:58 +00:00
Cargo.toml Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
lib.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00