[#77789] [Ruby trunk Feature#12012] Add Boolean method — prodis@...
Issue #12012 has been updated by Fernando Hamasaki de Amorim.
4 messages
2016/10/27
[ruby-core:77490] [Ruby trunk Feature#12810] Improve `Set#find_index` performance
From:
thomas@...
Date:
2016-10-05 17:34:42 UTC
List:
ruby-core #77490
Issue #12810 has been reported by Thomas Charbonnel. ---------------------------------------- Feature #12810: Improve `Set#find_index` performance https://bugs.ruby-lang.org/issues/12810 * Author: Thomas Charbonnel * Status: Open * Priority: Normal * Assignee: ---------------------------------------- Hello everyone! I've toyed a bit with the `Set` class lately and have found some performance issues with method `find_index`. Github gist here: https://gist.github.com/thomascharbonnel/f023ca137f2b2b7021cbe2d580485cd4 I'm thinking it would be possible to add an index as default value for each new item of `Set` (instead of a boolean like now), `find_index` would then be executed in O(1). I can attach a patch in a few days if everybody is cool with the idea. Thanks! Thomas. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>