[#66126] Creation/Conversion methods/functions table for Ruby types — SASADA Koichi <ko1@...>
Hi,
5 messages
2014/11/07
[#66248] [ruby-trunk - Feature #10423] [PATCH] opt_str_lit*: avoid literal string allocations — normalperson@...
Issue #10423 has been updated by Eric Wong.
3 messages
2014/11/13
[#66595] [ruby-trunk - Bug #10557] [Open] Block not given when the argument is a string — bartosz@...
Issue #10557 has been reported by Bartosz Kopinski.
3 messages
2014/11/30
[ruby-core:66385] [ruby-trunk - Feature #10532] [Open] [PATCH] accept_nonblock supports "exception: false"
From:
normalperson@...
Date:
2014-11-20 19:48:53 UTC
List:
ruby-core #66385
Issue #10532 has been reported by Eric Wong. ---------------------------------------- Feature #10532: [PATCH] accept_nonblock supports "exception: false" https://bugs.ruby-lang.org/issues/10532 * Author: Eric Wong * Status: Open * Priority: Normal * Assignee: Yukihiro Matsumoto * Category: ext * Target version: current: 2.2.0 ---------------------------------------- This is analogous to functionality found in IO#read_nonblock and IO#wait_nonblock. Raising exceptions for common failures on non-blocking servers is expensive and makes $DEBUG too noisy. This also increases performance slightly, see patch for benchmarks. I also intend to support this in the "openssl" extension as well as supporting connect_nonblock if this is accepted. ---Files-------------------------------- 0001-accept_nonblock-supports-exception-false.patch (9.72 KB) -- https://bugs.ruby-lang.org/