11static ankerl::nanobench::Bench
bench;
16 for (
long i= 0; i < n; i++)
36 bench.minEpochIterations (100000);
42 bench.minEpochIterations (40000);
int N(array< T > a)
Get the length of the array.
bool contains(T a, array< T > b)
Check if an array contains a specified element.
The list class represents a linked list.
T last_item(list< T > l)
Return the last item of the list. The input list must not be an empty list.
static list< long > gen(int64_t n)
static ankerl::nanobench::Bench bench