From 4455f287b73a2c8d3ebb467a40028a20cafae672 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Sat, 15 May 2021 00:42:40 +0200 Subject: update docs --- skate/url.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'skate') diff --git a/skate/url.go b/skate/url.go index 422d3ed..17c8ff8 100644 --- a/skate/url.go +++ b/skate/url.go @@ -30,8 +30,7 @@ func SanitizeURL(s string) string { return s } } - // seems to only be about 15% of total time spent - index := suffixarray.New([]byte(s)) + index := suffixarray.New([]byte(s)) // seems to only be about 15% of total time spent indices := index.Lookup([]byte("http"), -1) if len(indices) == 1 { // ISSN-2177-4129periodicos.ufpel.edu.br/ojs2/index.php/Memoriahttp://dx.doi.org/10.15210/rmr.v8i14.7485 -- cgit v1.2.3