GPU-Accelerated Cuckoo Filter
Loading...
Searching...
No Matches
Classes | Namespaces
bucket_policies.cuh File Reference
#include <cmath>
#include <cstdint>
#include <cuda/std/tuple>
#include "hashutil.cuh"
#include "helpers.cuh"

Go to the source code of this file.

Classes

struct  cuckoogpu::XorAltBucketPolicy< KeyType, TagType, bitsPerTag, bucketSize >
 Default XOR-based hashing strategy for cuckoo filters. More...
 
struct  cuckoogpu::AddSubAltBucketPolicy< KeyType, TagType, bitsPerTag, bucketSize >
 Addition/Subtraction-based hashing strategy for cuckoo filters (ASCF). More...
 
struct  cuckoogpu::OffsetAltBucketPolicy< KeyType, TagType, bitsPerTag, bucketSize >
 Offset-based alternate bucket policy from "Smaller and More Flexible Cuckoo Filters" by Schmitz, Zentgraf, and Rahmann. More...
 

Namespaces

namespace  cuckoogpu