Rustls Server-Side Performance Looking Very Good Compared To OpenSSL
([Programming] 2 Hours Ago
Rustls Lower Server Latency Than OpenSSL)
- Reference: 0001546376
- News link: https://www.phoronix.com/news/Rustls-Server-Side-Beat-OpenSSL
- Source link:
[1]Rustls as a modern TLS library written in the Rust programming language has long been showing [2]promising performance and competitive to OpenSSL and other alternatives. In a fresh exploration of Rustls server-side performance, it's easily beating OpenSSL.
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/
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