You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
I've done some preliminary benchmarks and it looks like 1.1.0 is on par with BoringSSL. I've also tested with 1.0.2h which seemed to achieve about 66% of their performance (which was a much better result than I anticipated).
I will follow up with more reproducible and longer tests on my main machine, as I'm seeing a high degree of variance in my VM.
Hi Konrad,
your benchmark for etls is very interesting!
Could you add Openssl 1.1.0 to that bench ?
As you can see, seems that 1.1.0 will not have
CRYPTO_*_{un}lock
in favor ofCRYPTO_THREAD_*_{un}lock
.Thank you!
The text was updated successfully, but these errors were encountered: