diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-01 15:04:59 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-01 15:04:59 +0200 |
commit | c03efb12d25429b51c68eff5c8c6d21b2d96e023 (patch) | |
tree | d74db8dc13161d5954a431681ae16639f1beb00f | |
parent | d5a5864dbd325dd53c185fedf4e1969cc6ad4da5 (diff) | |
download | refcat-c03efb12d25429b51c68eff5c8c6d21b2d96e023.tar.gz refcat-c03efb12d25429b51c68eff5c8c6d21b2d96e023.zip |
update docs
-rw-r--r-- | skate/matchset.go | 5 |
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. |