We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d373fb6 commit 769791eCopy full SHA for 769791e
README.md
@@ -101,6 +101,8 @@ module_eval with string: 1129.7 i/s - 1.19x slower
101
102
##### `Array#bsearch` vs `Array#find` [code](code/array/bsearch-vs-find.rb)
103
104
+**WARNING:** `bsearch` ONLY works on *sorted array*. More details please see [#29](https://github.com/JuanitoFatas/fast-ruby/issues/29).
105
+
106
```
107
$ ruby -v code/array/bsearch-vs-find.rb
108
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14]
0 commit comments