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

Reduce concurrency #11

Open
ben-ng opened this issue Mar 28, 2015 · 1 comment
Open

Reduce concurrency #11

ben-ng opened this issue Mar 28, 2015 · 1 comment

Comments

@ben-ng
Copy link
Owner

ben-ng commented Mar 28, 2015

The current implementation is only using 300% CPU. It might be worth trying to reduce the amount of concurrency to cut down on synchronization overhead.

This would make tiny bundles (<8 files) slower to bundle, but significantly speed up larger bundles, which is the typical use case.

@ben-ng ben-ng changed the title Experiment with threads Reduce concurrency Mar 28, 2015
@joeybaker
Copy link
Contributor

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants