-
Notifications
You must be signed in to change notification settings - Fork 244
Open
Labels
C-zerovecComponent: Yoke, ZeroVec, DataBakeComponent: Yoke, ZeroVec, DataBakegood first issueGood for newcomersGood for newcomers
Milestone
Description
Currently we panic when trying to build a dense ZeroTrie with values that don't fit in the dense matrix. What we should do instead:
- Select the row offset that gets the greatest number of values into the dense matrix.
- Put all out-of-range values into the primary trie, as we do with sparse rows.
Docs for background: https://unicode-org.github.io/icu4x/rustdoc/zerotrie/dense/struct.ZeroAsciiDenseSparse2dTrieOwned.html
Metadata
Metadata
Assignees
Labels
C-zerovecComponent: Yoke, ZeroVec, DataBakeComponent: Yoke, ZeroVec, DataBakegood first issueGood for newcomersGood for newcomers