From: nahi <nakahiro@...>
Date: 2012-03-18T17:27:34+09:00
Subject: [ruby-core:43411] [ruby-trunk - Feature #3479] Array#binary_find et al


Issue #3479 has been updated by nahi.

Description updated
Assignee set to mame

Endoh-san, how do you think?
----------------------------------------
Feature #3479: Array#binary_find et al
https://bugs.ruby-lang.org/issues/3479#change-24728

Author: rogerdpack
Status: Open
Priority: Normal
Assignee: mame
Category: 
Target version: 


=begin
 It would be quite handy to have a method for searching through an Array, when sorted, using binary search.
 Apparently doing this in C would be ideal [1].
 So this is a feature request for the same
 Array#binary_index
 Array#binary_find (or binary_search, whichever the commiter prefers).
 
 Thanks much.
 -r
 [1] http://github.com/tyler/binary_search
=end



-- 
http://bugs.ruby-lang.org/