-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Labels
A-performanceArea: Performance (CPU, Memory)Area: Performance (CPU, Memory)C-collatorComponent: Collation, normalizationComponent: Collation, normalizationS-smallSize: One afternoon (small bug fix or enhancement)Size: One afternoon (small bug fix or enhancement)
Milestone
Description
Currently, the getters for CodePointTrie
branch multiple times on the trie type.
There should be a set of getters that statically assume the trie type is "small", another set that statically assumes trie type "fast", a public getter for the type, and then the current set of getters should branch on the type once and then delegate to the statically-assuming getters.
See #2431.
Metadata
Metadata
Assignees
Labels
A-performanceArea: Performance (CPU, Memory)Area: Performance (CPU, Memory)C-collatorComponent: Collation, normalizationComponent: Collation, normalizationS-smallSize: One afternoon (small bug fix or enhancement)Size: One afternoon (small bug fix or enhancement)