Merge: Bench string
authorJean Privat <jean@pryen.org>
Tue, 26 Aug 2014 22:54:40 +0000 (18:54 -0400)
committerJean Privat <jean@pryen.org>
Tue, 26 Aug 2014 22:54:40 +0000 (18:54 -0400)
Added a few benches for variations of String and Array.
Also added a array_debug module on the same idea as hash_debug (PR #664) to track the use of to_s in Array (other functions may be supported someday if needed).

The UTF-8 benchmarks only work with the no-index version for now.

Pull-Request: #685
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge