BurntSushi / rust-stats

Basic statistical functions on streams for Rust.
The Unlicense
87 stars 18 forks source link

return number of data points as u64 #1

Closed fuchsnj closed 6 years ago

fuchsnj commented 8 years ago

the length is not related to size of memory, so usize is not needed here. And on non 64-bit machines this can lead to data loss.