Mojang / DataFixerUpper

A set of utilities designed for incremental building, merging and optimization of data transformations.
MIT License
1.19k stars 138 forks source link

micro optimization #78

Open sunmisc opened 1 year ago

sunmisc commented 1 year ago

use a faster calculation of the power of two closest to input - 1, which uses bitwise operations at the hardware level (Intrinsic)