mirror of https://github.com/gorhill/uBlock.git
links to latest jsperf versions
This commit is contained in:
parent
7fe1ae611e
commit
f270f419d2
|
@ -510,8 +510,8 @@ FilterPlainHnAnchored.fromSelfie = function(s) {
|
||||||
|
|
||||||
// With a single wildcard, regex is not optimal.
|
// With a single wildcard, regex is not optimal.
|
||||||
// See:
|
// See:
|
||||||
// http://jsperf.com/regexp-vs-indexof-abp-miss/3
|
// http://jsperf.com/regexp-vs-indexof-abp-miss/5
|
||||||
// http://jsperf.com/regexp-vs-indexof-abp-hit/3
|
// http://jsperf.com/regexp-vs-indexof-abp-hit/4
|
||||||
|
|
||||||
var FilterSingleWildcard = function(lSegment, rSegment, tokenBeg) {
|
var FilterSingleWildcard = function(lSegment, rSegment, tokenBeg) {
|
||||||
this.tokenBeg = tokenBeg;
|
this.tokenBeg = tokenBeg;
|
||||||
|
|
Loading…
Reference in New Issue