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

Consider use of cython for distance parsing #9

Closed
johnlees opened this issue Apr 11, 2018 · 1 comment
Closed

Consider use of cython for distance parsing #9

johnlees opened this issue Apr 11, 2018 · 1 comment
Assignees
Labels
code Changes to the coding implementation

Comments

@johnlees
Copy link
Member

I think mash dist commands when used with lots of threads are faster than we process their output, which increases memory use. Perhaps writing the parsing section in cython would improve speed and memory here.

@johnlees johnlees added the code Changes to the coding implementation label Apr 11, 2018
@johnlees johnlees self-assigned this Apr 11, 2018
@johnlees
Copy link
Member Author

johnlees commented May 7, 2018

Use tmp files (via command line option) to then http://www.blopig.com/blog/2016/08/processing-large-files-using-python/ to parse multithreaded

ccoulombe pushed a commit to ccoulombe/PopPUNK that referenced this issue Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Changes to the coding implementation
Projects
None yet
Development

No branches or pull requests

1 participant