mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
links to latest jsperf versions
This commit is contained in:
parent
7fe1ae611e
commit
f270f419d2
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue