chakra-core / chakra-core/ChakraCore
String accesses and comparisons using indexes not optimized in Chakra
Open
Performance
Severity: 2
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Character wise string matching performs bad on EDGE as compared to chrome or firefox. Even worst on IE. @LouisLaf already has context for the test case.
eg. string1[i] === string2[j] performs 3 times better on chrome as compared to EDGE. Firefox performs best overall.
Contributor guide
Assessment
This issue has not been assessed yet.