chinchang / chinchang/web-maker
Move preprocessor compilation to a web worker
Open
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 323
- PR merge metrics
- No merged PRs in 30d
Description
Moving preprocessor compilations to web worker will have two advantages:
1. Issues such as #85 & #87 won't occur because a time taking worker can be terminated anytime and it won't affect the main thread.
2. UI would never be affected due to compilations running on keypresses. Hence smoother ux.
Contributor guide
Assessment
This issue has not been assessed yet.