Skip to content

charlesgregory/bloomd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

BLOOM'd

A Dlang bloom filter implementation using SIMD and murmurhash3 32-bit

Installation

Currently requires LDC >=1.10 Depending on architecture uses SSE2/3/4 or AVX/AVX2 instructions to perform hashing.

"dflags":["-mcpu=native"]

Add this to the dub.json in order to get the best optimizations.

About

Bloom Filter and vectorized murmurhash3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages