chakra-core / chakra-core/ChakraCore

String accesses and comparisons using indexes not optimized in Chakra

Open
#1,222 0 comments 0 reactions 1 assignee Claimed by @LouisLaf View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.