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

Performance benchmarks #11

Open
ScriptedAlchemy opened this issue Aug 7, 2019 · 2 comments
Open

Performance benchmarks #11

ScriptedAlchemy opened this issue Aug 7, 2019 · 2 comments

Comments

@ScriptedAlchemy
Copy link

What's the perf like on cold-starting workers. Your Fib example shows visibility faster calculations compared to normal JS implementations.

Would love to see a perf benchmark - very interested in using this in production

@dai-shi
Copy link
Owner

dai-shi commented Aug 7, 2019

Yeah, it would be interesting. I'll think about that. My priority is designing new API #10 though.
Do you have any specific use cases? I mean, the fib example is artificial and it may or may not be suitable for benchmarks.

@dai-shi
Copy link
Owner

dai-shi commented Aug 20, 2019

Although not specifically related this project, I did benchmarks with redux-in-worker.
The current result shows an increase in "script bootup time," which might help understand the cost of starting a worker.

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

2 participants