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

Feat: Add support for JIT Compilation. #5

Open
irohitb opened this issue Feb 10, 2023 · 0 comments
Open

Feat: Add support for JIT Compilation. #5

irohitb opened this issue Feb 10, 2023 · 0 comments

Comments

@irohitb
Copy link
Owner

irohitb commented Feb 10, 2023

Why

The lack of JIT compilation in React Native's runtime really slowed down the compute.

the JS engine in React Native (both JSC and Hermes) doesn't do JIT compilation which slows it down a lot

Possible Solution

Very Vague idea, I am thinkin about pre-loading which is gonna create a new Bridge (I think that's gonna be faster than webview) and then if you want to create new process to compute JS, you can either choose webview or a new bridge.

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

1 participant