benchmarks/string: Added variants of lib to benchmarks
authorLucas Bajolet <r4pass@hotmail.com>
Tue, 18 Aug 2015 18:50:17 +0000 (14:50 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Fri, 21 Aug 2015 19:53:52 +0000 (15:53 -0400)
commit658e933bfadde9722edb17244490b1ef7a8983ab
tree79376402b18d13c4d2bfdb1a57831edcf65c8fb6
parentafc387e858f4ffd83e3c0fa48b1afb43b44a7e2d
benchmarks/string: Added variants of lib to benchmarks

* linear_substring: old version of String::substring
* buffered_ns: Perl-like over-allocation when concatenating Strings

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
benchmarks/strings/lib_variants/need_bootstrap/buffered_ns.patch [new file with mode: 0644]
benchmarks/strings/lib_variants/regular/linear_substring.patch [new file with mode: 0644]