parity-common icon indicating copy to clipboard operation
parity-common copied to clipboard

consider replacing `uint` with `ruint`

Open ordian opened this issue 1 year ago • 0 comments

https://github.com/recmo/uint is a modern re-implementation of uint using const generics. It doesn't suffer from issues like #388.

Would be nice to compare the numbers on our benchmarks between uint and ruint before making the move.

cc @kpp

ordian avatar Sep 01 '22 13:09 ordian