Skip to main content

range_hash

Function range_hash 

Source
pub fn range_hash(descriptor: &str) -> String
Expand description

Deterministic 64-bit FNV-1a hash of the range descriptor, hex-encoded. Keys the progress marker so --resume finds the same backfill across process restarts (std’s DefaultHasher is randomly seeded — unusable).