You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have also discussed the following:
Should the IBF get its own class? Probably yes but well wait for the dynamic_hibf or the paritioned_hibf to have more use cases and think more about the config design
Should the general/filter config be separated from the layout config? No, because they share e.g. input_fn and number_of_user_bins and it would not be possible to check if input_fn is exactly the same. Or if ONLY in filter config, then it is misleading because the layout needs the input.
The text was updated successfully, but these errors were encountered:
#ifdef RAPTOR_OLD_HIBF
for serialization and remove filenames from lib ([MISC] Remove user_bins_type #82)#ifdef RAPTOR_OLD_HIBF
afterwardsread_from
/write_to
should have error handling. Should it always consume until the appropriate prefix appears?Done:
const &
([MISC] Pass mutable to hibf ctor and avoid config copy #66)hibf.bulk_containes
tohibf.membership_for
([MISC] Rename bulk_contains -> membership_for #55)hibf
->seqan::hibf
([MISC] Rename hibf namespace to seqan::hibf #51)Should the IBF get its own class? Probably yes but well wait for the dynamic_hibf or the paritioned_hibf to have more use cases and think more about the config design
Should the general/filter config be separated from the layout config? No, because they share e.g. input_fn and number_of_user_bins and it would not be possible to check if input_fn is exactly the same. Or if ONLY in filter config, then it is misleading because the layout needs the input.
The text was updated successfully, but these errors were encountered: