Commit Graph

7 Commits

Author SHA1 Message Date
Hans Dembinski
c4c6d90c21 improved benchmarks, turn off asserts 2019-05-30 13:49:26 +02:00
Hans Dembinski
a1c76d2b0a
generate random numbers outside benchmark loop (#195) 2019-05-29 22:26:11 +02:00
Hans Dembinski
7a55bf0e29 move throw_exception implementation to test and benchmark folders 2019-05-28 23:15:17 +02:00
Hans Dembinski
cf9520bdfa make benchmarks compile with -O3 -march=native -fno-exceptions and -fno-rtti 2019-05-15 21:53:32 +02:00
Hans Dembinski
af77b6af07
Decouple tests and benchmarks, turn off warnings for tests with some external boost libs
- Tests and benchmarks now only include the headers they really need.
- Warnings turned off for tests that compile with external boost libs that are not warning free
2019-05-12 13:33:54 +02:00
Hans Dembinski
5ef6a39945
Fix range iterator
* InputIterator concept requires that the decrement of a postfix-incremented iterator is valid, now it is
* added detached_accessor to that end
* update benchmark plot, better docs
2019-05-10 00:00:33 +02:00
Hans Dembinski
ddc20134ff fixing benchmark build 2019-02-08 16:26:41 +01:00