We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What are the advantages/disadvantages of the vectorized vs circular solution?
Thanks!
The text was updated successfully, but these errors were encountered:
vector is much faster than the circular implementation
Sorry, something went wrong.
Hey sorry, I completely missed this issue.
I actually haven't done any benchmarking yet, I was going to do it later in the week. Do you have any concrete numbers?
it was 380/s vs 260/s (I used ngram-8, same random numbers, single testcase, running for 4 minutes etc.), repeated twice.
Awesome, thanks. I will also do some tests and report back here with some results!
No branches or pull requests
What are the advantages/disadvantages of the vectorized vs circular solution?
Thanks!
The text was updated successfully, but these errors were encountered: