icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Run FreeRTOS and heap checking for datetime, temperature, and simple casemap, and triage issues

Open sffc opened this issue 2 years ago • 2 comments

A Google 1st party product has i18n needs including date and time formatting, temperature, day of week, and simple case map (more details here). They run in a resource-constrained environment. We should run these code paths through the framework we currently use for testing FixedDecimalFormatter and triage any issues we find. We'd like the core code paths to be alloc-free and no memory.

sffc avatar Nov 28 '23 20:11 sffc

Are we competing with existing solution or trying to propose a solution within a budget?

zbraniecki avatar Nov 28 '23 20:11 zbraniecki

We're competing against a narrow home-grown solution that was written before ICU4X in a time when ICU4C was too big to fit in the resource constrained environment.

sffc avatar Nov 29 '23 20:11 sffc