8 May
2016
8 May
'16
12:58 a.m.
In a nutshell, the thing that I think would benefit the benchmark text the most is including more details about what exactly are the benchmarks doing and how (a table would probably suffice). Making the code browsable online would certainly help with getting more feedback and improving the benchmarks to further pinpoint the best use cases of colony. Choosing the range insert methods for the containers that offer them as well as erase_remove_if for the erasure benchmarks is something that is worth exploring (since in the use cases considered nobody would use vector and deque that way).
In case you're interested, there are now remove_if erasures included in comparative benchmarks, and the modification benchmarks. M