Rustls 0.23.17 Brings More Performance Improvements
([Programming] 3 Hours Ago
Rustls 0.23.17)
- Reference: 0001506200
- News link: https://www.phoronix.com/news/Rustls-0.23.17-Released
- Source link:
Rustls 0.23.17 is out today as the newest version of this modern TLS library written in the Rust programming language and a great alternative to the likes of OpenSSL.
Exciting with Rustls 0.23.17 is delivering new performance improvements. Rustls now defaults servers to send two rather than four TLS1.3 tickets to clients. The number is adjustable if needed but sending fewer tickets by default will help with performance. The default ticket rotator has also been improved to help with multi-threaded performance.
Rustls 0.23.17 also has various fixes, the Rustls benchmarks are now supporting multi-threading, and a variety of other improvements. With the performance improvements and now allowing threading for benchmarks, I'll be looking at Rustls 0.23.17 for future CPU benchmarks on Phoronix ( Update: The new multi-threaded support is working out well and [1]Rustls benchmarks coming).
Downloads and more details on the Rustls 0.23.17 release via [2]GitHub .
[1] https://openbenchmarking.org/test/pts/rustls
[2] https://github.com/rustls/rustls/releases/tag/v%2F0.23.17
Exciting with Rustls 0.23.17 is delivering new performance improvements. Rustls now defaults servers to send two rather than four TLS1.3 tickets to clients. The number is adjustable if needed but sending fewer tickets by default will help with performance. The default ticket rotator has also been improved to help with multi-threaded performance.
Rustls 0.23.17 also has various fixes, the Rustls benchmarks are now supporting multi-threading, and a variety of other improvements. With the performance improvements and now allowing threading for benchmarks, I'll be looking at Rustls 0.23.17 for future CPU benchmarks on Phoronix ( Update: The new multi-threaded support is working out well and [1]Rustls benchmarks coming).
Downloads and more details on the Rustls 0.23.17 release via [2]GitHub .
[1] https://openbenchmarking.org/test/pts/rustls
[2] https://github.com/rustls/rustls/releases/tag/v%2F0.23.17
phoronix