The goal of this feature is to optimize raito by reducing the number of computational steps. This will be achieved through the use of lookup tables and by implementing type-specific optimizations where possible.
Tasks
[x] Fast pow2 using lookup table
[x] Fast shr for u64
[x] Optimize bits_to_target with shr_u64 and early returns
Description
The goal of this feature is to optimize raito by reducing the number of computational steps. This will be achieved through the use of lookup tables and by implementing type-specific optimizations where possible.
Tasks