react-native-quickjs icon indicating copy to clipboard operation
react-native-quickjs copied to clipboard

Use openwebf/quickjs fork instead

Open ammarahm-ed opened this issue 1 year ago • 1 comments

It has about 40% faster performance than default quickjs. https://github.com/openwebf/quickjs. I believe it could get even faster than Hermes if you used it instead. I tried myself to replace the current engine with that one but I see you have added JS_Interceptor and exposed some other APIs from quickjs source so it crashes on launch but I think it's worth trying.

ammarahm-ed avatar Aug 26 '23 05:08 ammarahm-ed