Commit ad86638
TinySemVer
Release: v4.4.0 [skip ci]
### Minor
- Add: Fast path for Georgian case-folding (fa7422c)
- Add: Case-insensitive ops for Python (d88e30a)
- Add: Dispatch case-insensitive search (4ae91c0)
- Add: Serial case-insensitive find & compare (4b18f05)
### Patch
- Fix: Eszett hex parsing warnings in Clang (8b27080)
- Fix: Avoid `__builtin` missing on MSVC (fdc95f3)
- Fix: Uninitialized values warning (b84c83e)
- Improve: Safer & faster case-folding on Ice Lake (bcd5d16)
- Improve: Case-folding on Ice Lake (bb23b60)
- Fix: Move Ice Lake kernels out of Haswell scope (b7cc2c4)
- Improve: Rename functions towards `utf8_case*` (44fbb92)
- Improve: Faster serial Unicode folding (aa1b21b)
- Improve: Re-group folding by char-length (c3586e2)
- Docs: Avoid locale-specific Unicode rules (333a778)
- Docs: Emoji-free doc section titles (#284) (dc11b40)1 parent ae307ab commit ad86638
File tree
6 files changed
+6
-6
lines changed- include/stringzilla
6 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments