We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ef5f3 commit 8f4deabCopy full SHA for 8f4deab
CHANGELOG.md
@@ -5,8 +5,8 @@
5
- Optimise `StrExt::to_ascii_lowercase_smolstr`, `StrExt::to_ascii_uppercase_smolstr`
6
~2x speedup inline, ~4-22x for heap.
7
- 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.
+- Optimise `StrExt::replace_smolstr`, `StrExt::replacen_smolstr` for single ascii replace,
+ ~3x speedup inline & heap.
10
11
## 0.3.2 - 2024-10-23
12
0 commit comments