potocpav / npy-rs

NumPy file format (de-)serialization in Rust
30 stars 7 forks source link

add more benches #17

Closed ExpHP closed 5 years ago

ExpHP commented 5 years ago

I also want to bench to_vec (because I don't feel that microbenchmarks on a lazy iterator API give realistic results), but that's not feasible until #16 is merged. (no way to get the bytes of a npy file that doesn't exist on disk)

ExpHP commented 5 years ago

Closing because #15 includes similar changes and will make this PR obsolete.