gc-garcol / simple-bloom-filter

A simple BloomFilter written in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple BloomFilter

Prerequisites

  • Java 21+

Getting Started

demo

shell:>help

AVAILABLE COMMANDS
Cli Command
       add: 
       check: 

shell:>add hello_world
Added hello_world

shell:>check hello_world
Might contain 'hello_world'

shell:>check helloworld
Definitely not contain 'helloworld'

About

A simple BloomFilter written in Java


Languages

Language:Java 100.0%