m5imunovic / curly-octo-train

0 stars 0 forks source link

Replace rolling hash with sha1 for speed #184

Closed m5imunovic closed 2 months ago

m5imunovic commented 2 months ago

Closes #171

Replace rolling hash with standard sha1. The improvement is about 30x. We just need hash to match the strings, not the rolling functionality.