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

feat!: compress on worker thread #72

Merged
merged 5 commits into from
Oct 17, 2023
Merged

feat!: compress on worker thread #72

merged 5 commits into from
Oct 17, 2023

Conversation

bobbyg603
Copy link
Member

@bobbyg603 bobbyg603 commented Oct 16, 2023

Fixes #54

Breaking Change: removes the ability to set threads param. This was an artifact from SendPdbs that is not relevant due to the way Node.js handles I/O.

@bobbyg603 bobbyg603 self-assigned this Oct 16, 2023
@bobbyg603
Copy link
Member Author

Whoops, we probably want a thread pool...

@bobbyg603 bobbyg603 changed the title feat: compress on worker thread feat!: compress on worker thread Oct 17, 2023
bin/worker.ts Outdated Show resolved Hide resolved
Breaking Change: removes ability to set threads, this was an artifiact from SendPdbs that is not relevant due to the way Node.js handles I/O.
@bobbyg603 bobbyg603 merged commit 1f640a0 into main Oct 17, 2023
@bobbyg603 bobbyg603 deleted the bobbyg603/issue54 branch October 17, 2023 15:54
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

Successfully merging this pull request may close these issues.

Compress via Worker Threads
2 participants