djktno/rabin-karp-js

you should change radix

Opened this issue · 0 comments

radix should be smaller to support larger window sizes.
With radix set to 2 the largest window size suported could be 1000.

Math.pow(2,1010) = Infinity
Math.pow(2,1008) = 1.7829903223579488e+308

Math.pow(32, 1008) = Infinity