bijan7
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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
-
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…
- Thread safe LRU cache in Rust (crates.io)