From b9e104b135efcf648919036e85b51ae5b0819194 Mon Sep 17 00:00:00 2001 From: Miguel Raggi Date: Wed, 3 Jan 2018 09:20:39 -0600 Subject: [PATCH] Table fix for README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00a524d..13ee8c7 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,7 @@ The following benchmarks where done on a i7-5820K CPU @ 3.30GHz, using Manjaro L The important columns are Speed and Speed (w/o _fast). Higher is better. They mean "how many (combinations/permutations/etc) were generated in one second". Tests were done with e.g. `combinations_fast` and `combinations` respectively. Times are only reported for _fast version. |Benchmark name | Time | # processed | Speed (with _fast) | Speed (w/o _fast) | -|-----|------|-----:|:------:|:------:|:------:| +|-----|------|-----:|:------:|:------:| |Combinations | | | | | |Combinations for_each | 0.827s | 847660528 |1.025e+09 #/sec| 8.846e+08 #/sec| |Combinations (No iterator) | 1.007s | 847660528 |8.418e+08 #/sec| 7.444e+08 #/sec|