Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise directory structure #177

Open
4 tasks
eseiler opened this issue Dec 1, 2023 · 0 comments
Open
4 tasks

Revise directory structure #177

eseiler opened this issue Dec 1, 2023 · 0 comments

Comments

@eseiler
Copy link
Member

eseiler commented Dec 1, 2023

./include/hibf/
├── all.hpp
├── build
│   ├── bin_size_in_bits.hpp
│   ├── ...
│   └── update_user_bins.hpp
├── cereal
│   ├── concepts.hpp
│   └── path.hpp
├── config.hpp
├── contrib
│   ├── ...
│   └── std
├── hierarchical_interleaved_bloom_filter.hpp
├── interleaved_bloom_filter.hpp
├── layout
│   ├── compute_fpr_correction.hpp
│   ├── ...
│   └── simple_binning.hpp
├── misc
│   ├── bit_vector.hpp
│   ├── counting_vector.hpp
│   ├── divide_and_ceil.hpp
│   ├── insert_iterator.hpp
│   ├── next_multiple_of_64.hpp
│   ├── print.hpp
│   └── timer.hpp
├── platform.hpp
├── sketch
│   ├── compute_sketches.hpp
│   ├── ...
│   └── toolbox.hpp
└── version.hpp
  • misc also contains stuff that is necessary for both IBF and HIBF (general/shared/...)
  • all.hpp does not include everything, is it needed? [INFRA] all.hpp #182
  • documentation should also get a new topic/group for shared stuff
  • Do we want to mark some includes as export for iwyu? Such that the include is not added. E.g., IBF exports counting_vector vector -> counting_vector include is not added when including IBF.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant