bijan7

↗ HN profile [ 17.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. From the official grpc benchmark, it seems the performance of the C++ implementation has gone down since 2023. https://grafana-dot-grpc-testing.appspot.com/?from=now-5y&to=now

  2. it seems there is a quite a bit of gap between the performance of Rust iterator and C++ ranges/views unless I am missing something. https://godbolt.org/z/v76rcEb9n https://godbolt.org/z/YG1dv4qYh Rust: <code> use…