From: Eric Wong Date: 2015-12-02T02:23:44+00:00 Subject: [ruby-core:71789] Re: [Ruby trunk - Feature #11339] [Open] [PATCH] io.c: avoid kwarg parsing in C API normalperson@yhbt.net wrote: > https://bugs.ruby-lang.org/issues/11339 For OpenSSL connect_nonblock/accept_nonblock, it seems to be not worth the effort for a 1% improvement given the overheads of various parts of OpenSSL. But I'm also not knowledgeable in OpenSSL, so my benchmark is also likely bogus: http://80x24.org/spew/20151202020654.18328-1-e%4080x24.org/ Additionally, for read_nonblock; calling read_nonblock/sysread via rb_funcall from inside ossl_ssl_read_internal would also require more work to avoid the hash allocation. Not sure if it's worth the effort at the moment.