Switch to .NET built-in MD5, it's 1.5X faster than your implementation #2598
Labels
feature-request
A feature should be added or improved.
module/sdk-core
p3
This is a minor priority issue
perf
queued
Describe the feature
As you can see, .NET 6 built-in MD5 api is 1.5x faster and allocates 20x less memory. Any reason for not using .NET built in
MD5.HashData()
static method?Use Case
MD5 hashing is used heavily in the SDK, switching to .NET 's built-in will speed things up a lot.
Acknowledgements
AWS .NET SDK and/or Package version used
3.7.106.30
Targeted .NET Platform
.NET 5/6
Operating System and version
Windows 10, Ubuntu
The text was updated successfully, but these errors were encountered: