Open
Description
Question
When using javascript based crypto libraries such as hdkey (uses crypto.createHmac)
performance is very low
generating 10 addresses with hdkey takes about 1.8 seconds with latest JSC. for comparison:
bundled JSC around 4 sec
react-native-v8 without JIT also around 4 sec
ios simulator 100mili
react-native-v8 with JIT 200mili
Maybe the jsc-bundle is not really configured for JIT? any other explanation for the slow runtime on JSC?
Metadata
Metadata
Assignees
Labels
No labels