zbraniecki / pluralrules

Pluralization handling in Rust
36 stars 4 forks source link

Evaluate memory/performance of intl_pluralrules #14

Closed zbraniecki closed 6 years ago

zbraniecki commented 6 years ago

Since intl_pluralrules is to be used at runtime its important we focus on making it compile to a fast assembly code and use as little memory as possible.

It would be helpful for someone with experience in either to review the crate and confirm we're doing the right thing.

zbraniecki commented 6 years ago

I think this is now done. Thank you so much @Manishearth !