From: Jean Privat Date: Mon, 24 Aug 2015 17:56:44 +0000 (-0400) Subject: Merge: Benchmark strings update X-Git-Tag: v0.7.8~73 X-Git-Url: http://nitlanguage.org Merge: Benchmark strings update Update on the benchmarks for String, four micro-benchmarks are now available: * chain_concat: measures the performance of concatenation * index_bench: measures random access in a String * iteration_bench: measures the performance of iteration on a string * substr_bench: measures the performance of substring on a string The logic for the benches has changed a lot, instead of working locally with the different structures and having a directory with all the variations (more to come in a near future), now a patch directory is included with the benches for Strings, and will work with all the variants one by one on the chosen benchmark. Pull-Request: #1640 Reviewed-by: Jean Privat Reviewed-by: Alexis Laferrière Reviewed-by: Alexandre Terrasa --- f8c1cfa73e1547015dbaf0807ae707d903a1cc8c