You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing an app that could probably use jscpd. I want to find out the most efficient way to use it. I see that there is a tokenizer available. What use would there be for a tokenizer? Would the search go faster with tokens pre-generated? If so, is this because the tokens are shorter than the original text when doing the Rabin-Karp search?
The text was updated successfully, but these errors were encountered:
I am developing an app that could probably use jscpd. I want to find out the most efficient way to use it. I see that there is a tokenizer available. What use would there be for a tokenizer? Would the search go faster with tokens pre-generated? If so, is this because the tokens are shorter than the original text when doing the Rabin-Karp search?
The text was updated successfully, but these errors were encountered: