Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

These ns/iter values seem crazy (a sin function that takes 1.5ms is just really bad). There is implicit loop when using Rust benchmark features, no need to put your own loops.


I didn't realize it loops implicitly, that was my first time using the Rust benchmark tool. Doing only a single sine calculation each iteration yields

  test fast_sine   ... bench:           6 ns/iter (+/- 0)
  test normal_sine ... bench:          13 ns/iter (+/- 0)


Indeed; the reciprocal throughput of sin() for small arguments should be a few tens of ns at worst.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: