Closed otavio closed 4 years ago
We can avoid the use of casting (for u64), which can in fact fail, using usize for the number of probe retries. The usize use here seems a good fit as it matches the word size of the current in-use CPU architecture.
usize
Signed-off-by: Otavio Salvador otavio@ossystems.com.br
We can avoid the use of casting (for u64), which can in fact fail, using
usize
for the number of probe retries. Theusize
use here seems a good fit as it matches the word size of the current in-use CPU architecture.Signed-off-by: Otavio Salvador otavio@ossystems.com.br