[#83107] Alias Enumerable#include? to Enumerable#includes? — Alberto Almagro <albertoalmagro@...>

Hello,

9 messages 2017/10/04

[ruby-core:83244] Re: [Ruby trunk Feature#13996] [PATCH] file.c: apply2files releases GVL

From: Eric Wong <normalperson@...>
Date: 2017-10-12 21:23:13 UTC
List: ruby-core #83244
normalperson@yhbt.net wrote:
> https://bugs.ruby-lang.org/issues/13996

Updated patch with benchmark, now:

    https://80x24.org/spew/20171012191218.1624-1-e@80x24.org/raw

This hurts performance on fast filesystem, but these methods
are unlikely to be performance bottlenecks and (IMHO) avoiding
pathological slowdowns and stalls are more important.

benchmark results:
minimum results in each 3 measurements.
Execution time (sec)
name	trunk	built
file_chmod	0.591	0.801

Speedup ratio: compare with the result of `trunk' (greater is better)
name	built
file_chmod	0.737


:<

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread