rust/library/core
Mario Carneiro 0f14bea448
Optimize char_try_from_u32
The optimization was proposed by @falk-hueffner in https://rust-lang.zulipchat.com/#narrow/stream/219381-t-libs/topic/Micro-optimizing.20char.3A.3Afrom_u32/near/272146171,  and I simplified it a bit and added an explanation of why the optimization is correct.
2022-02-17 20:27:53 -08:00
..
benches Respond to review feedback, and improve implementation somewhat 2022-02-05 11:15:18 -08:00
primitive_docs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
src Optimize char_try_from_u32 2022-02-17 20:27:53 -08:00
tests Add a try_collect() helper method to Iterator 2022-02-16 14:26:39 -08:00
Cargo.toml Build libcore as 2021 in a few more places 2022-02-06 15:41:01 -08:00