-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Workerize as much functions as possible #15
Comments
After a bit of experiment, I believe that we need to create two set of bundle, one being totally sync and one being async and utilize worker thread. Considering how async would change the behavior of many frontend framework, I believe this is necessary. |
Hi Winston, I appreciate your work, and I really love your project rfs-autopilot. But rfs-autopilot stopped working since the last update. Could you please confirm? |
Hi @tanekim77 thank you for your appreciation. I haven't updated |
@winston0410 Thanks! I would be glad to work on that project to make it work on PostCss 8 |
Great. I will send you a team invitation tomorrow in github. I can add you as package owner in |
@winston0410 Thanks, sounds great! |
@tanekim77 sorry for the late reply. I have just invited you to the |
@winston0410 No worries. Thanks for the invite! |
@tanekim77 do you need to ownership for that package in npm? |
@winston0410 It's up to you. I already fixed the bug and pushed the change. |
Let me add you as the owner. Is tanekim77 your username in npm? |
Yes, it's my username. Thanks! |
We should move as much work from main thread to worker thread, in order to reduce the workload of the main thread.
As the usage of worker need to be experimented, I think it will be a good idea to first workerize functions in
helper.js
.The text was updated successfully, but these errors were encountered: