Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 336 Bytes

README.MD

File metadata and controls

27 lines (18 loc) · 336 Bytes

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'