paritytech / parity-common

Collection of crates used in Parity projects
https://www.paritytech.io/
Apache License 2.0
290 stars 218 forks source link

consider replacing `uint` with `ruint` #673

Open ordian opened 2 years ago

ordian commented 2 years ago

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