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

Investigate using HashSets for the various tags/stop tags functions #1507

Open
ctb opened this issue Nov 9, 2016 · 1 comment
Open

Investigate using HashSets for the various tags/stop tags functions #1507

ctb opened this issue Nov 9, 2016 · 1 comment

Comments

@ctb
Copy link
Member

ctb commented Nov 9, 2016

HashSet objects provide a lot of the functionality that is needed for looking at tags (print_tagset, print_stop_tags, get_tagset) and converting between hashes and DNA strings. Right now those functions all use specialized code that could be converted over to HashSet objects.

@camillescott
Copy link
Member

Related: take a look at the GuardedKmerMap in
#1502. Uses a Hashbits to filter
queries on an STL map.

On Nov 9, 2016 12:17 AM, "C. Titus Brown" notifications@github.com wrote:

HashSet objects provide a lot of the functionality that is needed for
looking at tags (print_tagset, print_stop_tags, get_tagset) and converting
between hashes and DNA strings. Right now those functions all use
specialized code that could be converted over to HashSet objects.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1507, or mute the thread
https://github.com/notifications/unsubscribe-auth/ACwxrSF4tRmQR6PUIGi30RKq4GGoSkJwks5q8YGegaJpZM4KtRq7
.

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

2 participants