Skip to content

Commit a60ff76

Browse files
author
topin89
committed
Benchmark improvements
DlibQueueWrapper, unlike every other wrappers, allows only swap semantics, that is no `enqueue(T const &)`, only `enqueue(T &)` or `enqueue(T &&)`. And that means we can't send enqueue counter_t aka std::uint64_t to in queue. Not sure if this is fixed as intended, but it compiles and gives meaningful results.
1 parent 546460f commit a60ff76

1 file changed

Lines changed: 154 additions & 138 deletions

File tree

0 commit comments

Comments
 (0)