icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Make VarZeroVec branchless like ZeroVec

Open sffc opened this issue 1 year ago • 1 comments
trafficstars

As discussed in https://github.com/unicode-org/icu4x/pull/5434#issuecomment-2332128845

To start, we should make VarZeroVec have private fields in 2.0. The actual optimization can be done later.

sffc avatar Sep 05 '24 23:09 sffc

#5650 solves the 2.0 blocker here. The rest is gravy and doable in a backwards compatible way

Manishearth avatar Oct 03 '24 23:10 Manishearth