Skip to content

Commit 463fe0e

Browse files
committed
Add measurement with more space efficient configuration
1 parent 63bafb4 commit 463fe0e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

comparisonQueries.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ int main(int argc, char** argv) {
1717

1818
{SIMDRecSplitContender<5>(N, 5).run();}
1919
{SIMDRecSplitContender<8>(N, 100).run();}
20+
{SIMDRecSplitContender<14>(N, 2000).run();}
2021
{RecSplitContender<5>(N, 5).run();}
2122
{RecSplitContender<8>(N, 100).run();}
23+
{RecSplitContender<14>(N, 2000).run();}
2224
{BBHashContender(N, 1.0, 0).run();}
2325
{BBHashContender(N, 5.0, 0).run();}
2426
{PTHashContender<true, pthash::compact_compact>(N, 0.99, 7.0).run();}

0 commit comments

Comments
 (0)