benchmark_conversion_methods

Function benchmark_conversion_methods 

Source
pub fn benchmark_conversion_methods<S, T>(
    slice: &[S],
) -> HashMap<String, Duration>
where S: Copy + NumCast + PartialOrd + Display + Send + Sync + 'static, T: Bounded + NumCast + PartialOrd + Display + Send + Sync + Copy + 'static,
Expand description

Benchmark different conversion methods