aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-01 15:04:59 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-01 15:04:59 +0200
commitc03efb12d25429b51c68eff5c8c6d21b2d96e023 (patch)
treed74db8dc13161d5954a431681ae16639f1beb00f
parentd5a5864dbd325dd53c185fedf4e1969cc6ad4da5 (diff)
downloadrefcat-c03efb12d25429b51c68eff5c8c6d21b2d96e023.tar.gz
refcat-c03efb12d25429b51c68eff5c8c6d21b2d96e023.zip
update docs
-rw-r--r--skate/matchset.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/skate/matchset.go b/skate/matchset.go
index c8882e2..d5f5093 100644
--- a/skate/matchset.go
+++ b/skate/matchset.go
@@ -9,9 +9,8 @@ import (
const matchSetSep = "\u001F"
-// MatchSet allows to match a string against multiple strings at once. Rough
-// performance number: looking up ~80K different strings in 1M strings takes
-// about <2s.
+// MatchSet allows to match a string against multiple strings at once. Rough
+// performance: looking up ~80K different strings in 1M strings takes <2s.
//
// The original use case was to match ~80K+ journal name abbreviations against
// 100M+ container name strings in references.