Actions
Bug #140
closed[PATCH] Set#== performance improvement
Description
=begin
Without this patch:
Set#== with Set: 2.350000 1.100000 3.450000 ( 3.670881)
Set#== with SortedSet: 2.430000 1.100000 3.530000 ( 3.721129)
SortedSet#== with SortedSet: 2.430000 1.090000 3.520000 ( 3.778875)
With this patch:
Set#== with Set: 0.050000 0.000000 0.050000 ( 0.048722)
Set#== with SortedSet: 2.230000 1.100000 3.330000 ( 3.630617)
SortedSet#== with SortedSet: 0.040000 0.000000 0.040000 ( 0.049494)
=end
Files
Updated by NoKarma (Arthur Schreiber) over 16 years ago
- File set_bench.rb set_bench.rb added
=begin
Attached the benchmark script.
=end
Updated by marcandre (Marc-Andre Lafortune) about 15 years ago
- Status changed from Open to Closed
- Target version set to 1.9.2
- ruby -v set to -
=begin
Applied in changeset 24910
=end
Actions
Like0
Like0Like0