There are 0 repository under rolling-hash-functions topic.
Computationally efficient rolling window iterators for Python (sum, variance, min/max, etc.)
Minimal Adler32 implementation for Rust.
A haskell library implementing the Adler-32 checksum, with support for rolling checksum operation
The Rabin-Karp algorithm, which uses a rolling hash to match patterns in text, is commonly used for exact string matching and plagiarism detection. This work presents a parallel version of the Accelerated Rabin-Karp algorithm, implemented using MPI and Distributed Python disPy.
Rabin-Karp string-matching algorithm
packaged python implementation of a rolling hash function
Inspired by MIT 6.006
A diverse array of non-cryptographic hash functions in Common Lisp
gives positions of occurrence of a substring using rolling hash functions