|
|
|
|
|
by acoates
2535 days ago
|
|
We have done some internal tests of Hermes on a RN experience within Microsoft Office on Android. Currently we use V8 with bytecode caching on Android, since it provided better startup performance than the JSC engine that normally ships within RN. So the baseline is likely already faster than stock RN. V8 runtime Memory Impact: 30MB
Hermes runtime memory impact: 21.5MB V8 time to interaction: 1.4s
Hermes time to interaction: 1.1s We have done similar experiments on a full react-native-windows application, replacing the Chakra JS engine (also already with bytecode so faster than stock RN) with Hermes and had app boot time on a low end device go from 3.8s to 3.1s. |
|