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
Indexlr should be templated on Bloom filter type. Right now it only supports plain Bloom filters.
Counting Bloom filters were implemented already in indexlr by @MurathanGoktas at https://github.com/bcgsc/btllib/tree/murathan-hackathon-may
but it doesn't template indexlr and instead it replaces the plain ones.
The templated indexlr should be instantiated for each Bloom filter type to allow wrappers to generate code for them.
The text was updated successfully, but these errors were encountered:
Indexlr should be templated on Bloom filter type. Right now it only supports plain Bloom filters.
Counting Bloom filters were implemented already in indexlr by @MurathanGoktas at https://github.com/bcgsc/btllib/tree/murathan-hackathon-may
but it doesn't template indexlr and instead it replaces the plain ones.
The templated indexlr should be instantiated for each Bloom filter type to allow wrappers to generate code for them.
The text was updated successfully, but these errors were encountered: