Welcome to the MolBloom-Paper repository! This repository contains the code and documentation for our research paper on comparing different implementations of Bloom filters with various hashing variations and their time analysis in comparison to traditional internet search methods in datasets. Work based on the package molbloom.
This research paper focuses on two main aspects:
- Studying various implementations of Bloom filters with different hashing variations.
- Time analysis comparisons between Bloom filters and internet search on datasets. Both aspects where done using the COCONUT database.
The code in this repository is divided into two primary files for each respective aspect mentioned above.
Please cite our work as follows:
@article{bloom_filter_for_chemistry,
title = {Bloom filters for molecules},
copyright = {arXiv.org perpetual, non-exclusive license},
url = {https://arxiv.org/abs/2304.05386},
doi = {10.48550/ARXIV.2304.05386},
urldate = {2023-04-12},
author = {Medina, Jorge and White, Andrew D},
year = {2023},
keywords = {Chemical Physics (physics.chem-ph), FOS: Physical sciences},
}