From f270f419d28a2ea7a5dc64126c3773b2e0329839 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 5 Feb 2015 19:30:20 -0500 Subject: [PATCH] links to latest jsperf versions --- src/js/static-net-filtering.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index 4439187e9..1c6d32f83 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -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;