Commit befef1c
authored
Always generate fast-mode data for NFD and NFKD tries (#7222)
The intent is to allow the normalizer to assume that these tries are
fast in the baked data mode.
This changeset removes the ability to generate serde-loadable data with
small-mode tries for NFD and NFKD. Per previous discussion, we can add
the ability to generate small tries for these back if there are users of
ICU4X who really need that mode for these tries.
Fixes #68361 parent 1b29670 commit befef1c
File tree
16 files changed
+11543
-7674
lines changed- provider
- data/normalizer
- data
- stubdata
- icu4x-datagen/src
- source
- data/debug/normalizer
- nfd/data
- nfkd/data
- src
- normalizer
- tests
- tests/data/icuexport/norm
- fast
- small
- tools/make/download-repo-sources
16 files changed
+11543
-7674
lines changedLines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
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 | | |
7 | 7 | | |
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
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 | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
| |||
0 commit comments