few performance ideas #1434
Jarred-Sumner
started this conversation in
Ideas
Replies: 1 comment
-
CRYPTO_BUFFER sounds very interesting - lowering memory usage per SSL connection is welcome. Re picohttpparser - we have a similar approach with SIMD usage already. Re DNS - we cannot import dependencies like that and there is no need, we just need to put that blocking lookup in a thread and hide it for the user. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TLS_with_buffers_method
has any performance improvements overTLS_METHOD
+TLS_METHOD
?Beta Was this translation helpful? Give feedback.
All reactions