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

Multi-threading post-chimeric detection operation #15

Closed
natir opened this issue Jul 18, 2018 · 0 comments
Closed

Multi-threading post-chimeric detection operation #15

natir opened this issue Jul 18, 2018 · 0 comments
Assignees
Milestone

Comments

@natir
Copy link
Owner

natir commented Jul 18, 2018

Two solution:

  • Assign a thread for each input post-operation pair:
    - Pros: easy a implemented
    - Against: can we read one file for multiple thread at same time
  • A thread for each file with sub-thread for each post-operation required:
    - Pros: one reader peer file
    - Against: more complex architecture
@natir natir added this to the V1.0 milestone Jul 18, 2018
@natir natir mentioned this issue Jul 18, 2018
9 tasks
@natir natir modified the milestone: V1.0 Jul 18, 2018
@natir natir self-assigned this Jul 18, 2018
@natir natir closed this as completed Jul 13, 2020
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