Rustls Server-Side Performance Looking Very Good Compared To OpenSSL
- Reference: 0001546376
- News link: https://www.phoronix.com/news/Rustls-Server-Side-Beat-OpenSSL
- Source link:
In a new blog post looking at Rustls server-side performance, the latest state of this Rust TLS library is very promising. For those just wanting to know the key takeaway:
"Current versions of Rustls show competitive performance when processing many connections at the same time on a server. Rustls servers scale almost linearly with the number of cores available, and server latency for the core TLS handshake handling is roughly 2x lower than OpenSSL in our benchmarks."
See all the details on [3]MemorySafety.org .
[1] https://www.phoronix.com/search/Rustls
[2] https://www.phoronix.com/news/Rustls-0.23.17-Released
[3] https://www.memorysafety.org/blog/rustls-server-perf/
Pheoxy