pub fn binary_search_timestamp(timestamps: &[u32], target: u32) -> usize
Fast binary search for finding timestamp index.