rolling-hash-functions
There are 14 repositories under rolling-hash-functions topic.
ajcr/rolling
Computationally efficient rolling window iterators for Python (sum, variance, min/max, etc.)
lemire/rollinghashjava
Rolling hash functions in Java
nickzuber/needle
:pushpin::books: An extensive standalone data structure library for JavaScript.
remram44/adler32-rs
Minimal Adler32 implementation for Rust.
remram44/cdchunking-rs
Content-Defined Chunking for Rust
redneb/hs-adler32
A haskell library implementing the Adler-32 checksum, with support for rolling checksum operation
sarafyash/StringRush-Parallelized-Rabin-Karp-Algorithm
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.
lizooo/Algo-lab-5
Rabin-Karp string-matching algorithm
wontonst/py-rollinghash
packaged python implementation of a rolling hash function
czeng18/Hashing
Encrypts and stores passwords using a rolling hash algorithm
yuvraj97/Algorithms
Inspired by MIT 6.006
AbdeltwabMF/lisp-hashpalooza
A diverse array of non-cryptographic hash functions in Common Lisp
nurdidemm/Rolling-Hash-Functions
gives positions of occurrence of a substring using rolling hash functions