The Wayback Machine - https://web.archive.org/web/20210918055303/https://github.com/topics/icu
Skip to content
#

icu

Here are 112 public repositories matching this topic...

icu4x
dminor
dminor commented Aug 19, 2021

In the locale unicode and transform extensions code, we currently have data structures that look like:

pub struct Keywords(Option<Box<[(Key, Value)]>>);

where we have an array of key, value pairs that are kept in sorted order and are used like a HashMap. Since this code was originally written, we've added a litemap crate to util that works for these use cases. We should investigate s

Improve this page

Add a description, image, and links to the icu topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the icu topic, visit your repo's landing page and select "manage topics."

Learn more