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

parallelize page rendering using wasm_bindgen_rayon #87

Open
cedricschwyter opened this issue Oct 12, 2022 · 0 comments
Open

parallelize page rendering using wasm_bindgen_rayon #87

cedricschwyter opened this issue Oct 12, 2022 · 0 comments
Assignees
Labels
enhancement General request to enhance
Milestone

Comments

@cedricschwyter
Copy link
Member

Is your feature request related to a problem? Please describe.
we want to speed up initial loading times by parallelizing the markdown rendering in our web assembly module

Describe the solution you'd like
using wasm_bindgen_rayon we should be able to quickly and easily implement a parallel solution to rendering and mounting components from rust

Describe alternatives you've considered

Additional context

@cedricschwyter cedricschwyter added the enhancement General request to enhance label Oct 12, 2022
@cedricschwyter cedricschwyter added this to the v1.0 milestone Oct 12, 2022
@cedricschwyter cedricschwyter self-assigned this Oct 12, 2022
@cedricschwyter cedricschwyter modified the milestones: v1.0, future Dec 13, 2022
@cedricschwyter cedricschwyter moved this to 📋 Backlog in lumium workspaces Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement General request to enhance
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant