Skip to content

joshbuddy/decaying_bloomfilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Decaying Bloom Filter

Much like a bloom-filter except keys inserted decay over-time.

Usage

The configuration is identical to github.com/igrigorik/bloomfilter except you have two extra options, time and count. The TTL of any given key is time * count.

There is much more to say!

But this is version 0.0.1. I’ll write more about it later. (And commit some tests and what not.)

About

Time Decaying Bloom Filter - Much like a bloom-filter except keys inserted decay over-time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages