File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## Unreleased
44
5- - Optimise ` StrExt::to_ascii_lowercase_smolstr ` , ` StrExt::to_ascii_uppercase_smolstr `
5+ ## 0.3.3 - 2025-10-23
6+
7+ - Optimise ` StrExt::to_ascii_lowercase_smolstr ` , ` StrExt::to_ascii_uppercase_smolstr `
68 ~ 2x speedup inline, ~ 4-22x for heap.
79- Optimise ` StrExt::to_lowercase_smolstr ` , ` StrExt::to_uppercase_smolstr ` ~ 2x speedup inline, ~ 5-50x for heap.
810- Optimise ` StrExt::replace_smolstr ` , ` StrExt::replacen_smolstr ` for single ascii replace,
Original file line number Diff line number Diff line change 11[package ]
22name = " smol_str"
3- version = " 0.3.2 "
3+ version = " 0.3.3 "
44description = " small-string optimized string type with O(1) clone"
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/rust-analyzer/smol_str"
You can’t perform that action at this time.
0 commit comments