Skip to content

Commit 8f4deab

Browse files
committed
Update changelog
1 parent 97ef5f3 commit 8f4deab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- Optimise `StrExt::to_ascii_lowercase_smolstr`, `StrExt::to_ascii_uppercase_smolstr`
66
~2x speedup inline, ~4-22x for heap.
77
- Optimise `StrExt::to_lowercase_smolstr`, `StrExt::to_uppercase_smolstr` ~2x speedup inline, ~5-50x for heap.
8-
- Optimise `StrExt::replace_smolstr`, `StrExt::replacen_smolstr` for single ascii replace.
9-
~3.7x speedup inline, ~2.4x for heap.
8+
- Optimise `StrExt::replace_smolstr`, `StrExt::replacen_smolstr` for single ascii replace,
9+
~3x speedup inline & heap.
1010

1111
## 0.3.2 - 2024-10-23
1212

0 commit comments

Comments
 (0)