nghttp2 icon indicating copy to clipboard operation
nghttp2 copied to clipboard

is there a difference in the performance of nghttp2 and libnghttp2_asio?

Open Suicosmos opened this issue 6 years ago • 2 comments

Hello, does anyone know if there is a noticeable difference in performance for libnghttp2_asio and the nghttp2 normal C code. I am having difficulties understanding nghttp2 and was contemplating trying the libnghttp2_asio version, would i lose anything performance-wise?

Suicosmos avatar Jun 17 '19 19:06 Suicosmos

I've tested this and the answer is no, you get the same performance with both C and C++ bindings.

Best, A.

akonskarm avatar Jan 31 '20 11:01 akonskarm

I've tested this and the answer is no, you get the same performance with both C and C++ bindings.

Best, A.

Can you please send me sample code for sending POST request concurrently ?

Anilkumardev avatar Dec 01 '21 09:12 Anilkumardev

Closed since asio library has been removed.

tatsuhiro-t avatar Mar 23 '24 06:03 tatsuhiro-t