-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port UCPTrie to ICU4X #132
Comments
Could this be a wrapper on top of BytesTrie? |
Implementation design doc: https://docs.google.com/document/d/1JkrL4pv477dIVnfilwlAEwqF9vstb_Uo_5XeUz2WXM8/edit# |
notes doc for meeting with @markusicu on details & explanations of CodePointTrie implementation : https://docs.google.com/document/d/1yS9emU-G2EhXF9XgSf8suY8RWduYKBZNmDIaFY-qD_I/edit# |
FYI UCPTrie is a C API name. If we had a proper C++ API it would follow the naming conventions of Java where it's called CodePointTrie. ICU4X/Rust should probably follow Java naming more closely here. |
UCPTrie is a data structure in ICU4C that maps from code points to integer values. This data structure is fundamental to various pieces of functionality, including enumerated Unicode properties. We should port this data structure to ICU4X.
The text was updated successfully, but these errors were encountered: