ROADMAP.md: make benchmarking a completed item

This commit is contained in:
Joseph Birr-Pixton 2023-12-13 12:30:18 +00:00 committed by Joe Birr-Pixton
parent c9ca47b209
commit 890c8baece
1 changed files with 5 additions and 5 deletions

View File

@ -8,11 +8,6 @@ In rough order of priority:
Change the default cryptographic library to something with FIPS certification.
rustls/rustls#1540
* **Comprehensive Performance Benchmarking**.
Performance should be a headline feature of Rustls. We need to develop a more
comprehensive benchmarking system so that we can assess and improve performance
from multiple angles, including CPU usage, latency, and memory usage.
* **Add No-Allocation / Write-Through API**.
Would make handshakes faster and give the caller more control over allocations.
RFC: rustls/rustls#1420
@ -69,6 +64,11 @@ Delivered in 0.22:
Allow plugging in different cryptographic back-ends.
rustls/rustls#1184
* **Comprehensive Performance Benchmarking**.
Performance should be a headline feature of Rustls. We need to develop a more
comprehensive benchmarking system so that we can assess and improve performance
from multiple angles, including CPU usage, latency, and memory usage.
Delivered in 0.21:
* **Support IP Address Certificates**.