You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

865 B

1namedurationstandard_deviation
2Empty closure7ns2.70ns
3Empty fn8ns2.91ns
4Empty loop to 10009.875µs99.38ns
5u64::MAX x u64::MAX 1000 times11.04µs105.08ns
6f32::MAX x f32::MAX 1000 times11.034µs105.05ns
7Bitshift u16 1 byte 1000 times5.576µs74.68ns
8Multiply to 1001.381µs37.17ns
9Summation from 0u32 to 100009ns3.04ns
10Summation from 0u64 to 100007ns2.75ns
11Summation from 0u128 to 100007ns2.75ns
12Parallel summation using rayon from 0u128 to 10000149.392µs386.53ns
13Parallel summation with arc mutex from 0u128 to 100002.180271ms1476.65ns
14Spawn and stop thread31.569µs177.77ns
15Start and stop threads==cpus135.437µs368.20ns
16MPSC channel transmit 1000x u128148.879µs386.04ns
17MPMC channel transmit 1000x u128143.763µs379.35ns
18Largest prime until 100000024.013261ms4902.78ns
19Largest prime parallel until 10000007.482265ms2736.74ns