Skip to content

karan1149/DeepBloom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepBloom

We introduce a new learned-index bloom filter, which we call DeepBloom, for determining probabilistically whether a given record is an element of a set. This structure is an extension (generalization) of a learned-index bloom filter proposed by Kraska et. al (2017), and is designed for read-heavy workloads. More details on our approach and results can be found in our writeup.

This repository contains implementations, tests, and other utilities for DeepBloom and the original Kraska et. al bloom filter.

DeepBloom

About

An implementation of learned index structures for bloom filters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages