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

Optimize performance using web assembly #12

Open
Max98 opened this issue Feb 16, 2021 · 1 comment
Open

Optimize performance using web assembly #12

Max98 opened this issue Feb 16, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Max98
Copy link
Owner

Max98 commented Feb 16, 2021

Web assembly allows us to run code natively on the browser => native performance
It supports many languages such as C/C++ etc, but i'm interested in Rust here. (up for discussion)
We can use this to offload all the computational functions to native code for much faster performance while editing, and keep typescript for UI and small stuff.

@Max98 Max98 added the enhancement New feature or request label Feb 16, 2021
@Max98 Max98 self-assigned this Feb 10, 2022
@Max98
Copy link
Owner Author

Max98 commented Feb 10, 2022

The switch from Electron to Tauri is one step toward this goal, Tauri supports Rust out of the box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant