Comment on Rustls Server-Side PerformanceparentComments−dochtman1yWe tried this when we were benchmarking and it was not significantly better than the Arc<RwLock<_>> that we're using now.
Comments
We tried this when we were benchmarking and it was not significantly better than the Arc<RwLock<_>> that we're using now.