pub fn compare_performance<F1, F2>(label1: &str, f1: F1, label2: &str, f2: F2)where F1: FnOnce(), F2: FnOnce(),
Utility to compare performance of different approaches Utility to compare performance of different approaches