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

Re-write WriteToChunk and TaxaByChunk in Rust #38

Merged
merged 4 commits into from
Feb 13, 2024

Conversation

stijndcl
Copy link
Contributor

The last two JS tools: WriteToChunk.js and TaxaByChunk.js.

Both of these tools are near-instant even in JS, and they are piped to different tools that form the bottleneck - here the CreateMostTables and XML Parser tools. Hence, there is no performance gain here.

However, all tools are now written in Rust and I can now remove Node and Java from our dependencies all together (once the Bash script has caught up to speed).

@stijndcl stijndcl added the enhancement New feature or request label Jan 13, 2024
@stijndcl stijndcl requested review from rien and tibvdm January 13, 2024 15:23
@stijndcl stijndcl self-assigned this Jan 13, 2024
@stijndcl stijndcl merged commit f253816 into unipept:master Feb 13, 2024
4 checks passed
@stijndcl stijndcl deleted the feature/rust-chunks branch February 13, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants