Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
cuckoo-filter.cc File Reference
#include <gtest/gtest.h>
#include <cuckoo-filter.H>
#include <string>
#include <vector>
#include <set>
#include <random>
Include dependency graph for cuckoo-filter.cc:

Go to the source code of this file.

Functions

 TEST (CuckooFilterTest, BasicOperations)
 
 TEST (CuckooFilterTest, Deletion)
 
 TEST (CuckooFilterTest, Duplicates)
 
 TEST (CuckooFilterTest, CapacityExhaustion)
 
 TEST (CuckooFilterTest, TypeVariety)
 
 TEST (CuckooFilterTest, TemplateConfigurations)
 
 TEST (CuckooFilterTest, StressTest)
 
 TEST (CuckooFilterTest, HighLoadRefined)
 
 TEST (CuckooFilterTest, Clear)
 

Function Documentation

◆ TEST() [1/9]

TEST ( CuckooFilterTest  ,
BasicOperations   
)

Definition at line 21 of file cuckoo-filter.cc.

References Aleph::divide_and_conquer_partition_dp(), and Aleph::filter().

◆ TEST() [2/9]

TEST ( CuckooFilterTest  ,
CapacityExhaustion   
)

Definition at line 95 of file cuckoo-filter.cc.

References Aleph::divide_and_conquer_partition_dp(), and Aleph::filter().

◆ TEST() [3/9]

TEST ( CuckooFilterTest  ,
Clear   
)

Definition at line 189 of file cuckoo-filter.cc.

References Aleph::divide_and_conquer_partition_dp(), and Aleph::filter().

◆ TEST() [4/9]

TEST ( CuckooFilterTest  ,
Deletion   
)

Definition at line 50 of file cuckoo-filter.cc.

References Aleph::divide_and_conquer_partition_dp(), and Aleph::filter().

◆ TEST() [5/9]

TEST ( CuckooFilterTest  ,
Duplicates   
)

Definition at line 80 of file cuckoo-filter.cc.

References Aleph::divide_and_conquer_partition_dp(), and Aleph::filter().

◆ TEST() [6/9]

TEST ( CuckooFilterTest  ,
HighLoadRefined   
)

Definition at line 169 of file cuckoo-filter.cc.

References Aleph::divide_and_conquer_partition_dp(), and Aleph::filter().

◆ TEST() [7/9]

TEST ( CuckooFilterTest  ,
StressTest   
)

Definition at line 129 of file cuckoo-filter.cc.

References Aleph::divide_and_conquer_partition_dp(), Aleph::filter(), and rng.

◆ TEST() [8/9]

TEST ( CuckooFilterTest  ,
TemplateConfigurations   
)

Definition at line 122 of file cuckoo-filter.cc.

References Aleph::divide_and_conquer_partition_dp(), and Aleph::filter().

◆ TEST() [9/9]

TEST ( CuckooFilterTest  ,
TypeVariety   
)

Definition at line 109 of file cuckoo-filter.cc.

References Aleph::divide_and_conquer_partition_dp().