icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Improve ZeroTrie const builder to use mut pointers

Open sffc opened this issue 3 months ago • 0 comments

Rust 1.83 lets us finally use mut pointers in const. This could make the ZeroTrie const builder more efficient.

sffc avatar Oct 14 '25 03:10 sffc