Skip to content

Feat: Add support for JIT Compilation.  #5

@irohitb

Description

@irohitb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions