You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When looking at http-serverI believe we could have a more apples to apples comparison by using a u32 or u64 sense the inputs are a positive N. In other cases for signed ints i32 or i64 may be a better comparison.
When looking at
http-server
I believe we could have a more apples to apples comparison by using au32
oru64
sense the inputs are a positive N. In other cases for signed intsi32
ori64
may be a better comparison.Programming-Language-Benchmarks/bench/algorithm/http-server/1.rs
Line 76 in d454527
The text was updated successfully, but these errors were encountered: