About the Author
Avatar photo

Tazz Vose

Tazz Vose is a software engineer with over 5 years of experience in the industry. He has particular expertise in Java Development and the Spring Framework, with emphasis also on Amazon Web Services. He is an ambitious and motivated developer who is constantly looking for ways to improve both himself and the projects he participates in. He has a passion for quality, clean code.

Bloom Filters in Java Dev

Applying Bloom Filters to Java Dev: A Naive Implementation

Tazz Vose Articles, Development Technologies & Tools, Java, Testing Leave a Comment

Over the course of this blog, I will be focusing on using Bloom Filters in Java development. We’ll briefly talk through what they are and why they’re handy, and then we’ll dive into a hypothetical use case and tutorial.

As a note, this post is just meant to get you started on the track to using a Bloom Filter in the wild. What we discuss here will stay high-level but will give you a general idea of how it would work on a project.

Without further ado, let’s get started.