Open Access. Powered by Scholars. Published by Universities.®

Digital Commons Network

Open Access. Powered by Scholars. Published by Universities.®

Engineering

PDF

University of Tennessee, Knoxville

Masters Theses

Theses/Dissertations

2014

BLOOM FILTER

Articles 1 - 1 of 1

Full-Text Articles in Entire DC Network

Graphics Processing Unit Bloom Filters: Classical And Probabilistic, Joshua Michael Pyle May 2014

Graphics Processing Unit Bloom Filters: Classical And Probabilistic, Joshua Michael Pyle

Masters Theses

Graphics Processing Units (GPUs) have been used to enhance the speed and efficiency of both data structures and algorithms alike. A common data structure used in Computer Science is the Bloom Filter, which is used in many types of applications including databases and security logging. The Bloom Filter is a lossy data structure that uses several hash functions to store keys into a bit array. A novel, new Bloom Filter meant for use in internet traffic detection called the Probabilistic Bloom Filter has recently been developed. In practice, this new Bloom Filter typically makes use of more hash functions than …