react-native-quickjs
react-native-quickjs copied to clipboard
Use openwebf/quickjs fork instead
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.