1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

links to latest jsperf versions

This commit is contained in:
gorhill 2015-02-05 19:30:20 -05:00
parent 7fe1ae611e
commit f270f419d2

View File

@ -510,8 +510,8 @@ FilterPlainHnAnchored.fromSelfie = function(s) {
// With a single wildcard, regex is not optimal.
// See:
// http://jsperf.com/regexp-vs-indexof-abp-miss/3
// http://jsperf.com/regexp-vs-indexof-abp-hit/3
// http://jsperf.com/regexp-vs-indexof-abp-miss/5
// http://jsperf.com/regexp-vs-indexof-abp-hit/4
var FilterSingleWildcard = function(lSegment, rSegment, tokenBeg) {
this.tokenBeg = tokenBeg;