mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-04 07:03:13 +00:00
add rolling hash (#1044)
This commit is contained in:
parent
6902b76fb0
commit
11f2c44038
@ -14,19 +14,23 @@
|
|||||||
"web": "https://marcazar.github.io/BitVector"
|
"web": "https://marcazar.github.io/BitVector"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Cyclic-Polynomial-Hash",
|
"name": "RollingHash",
|
||||||
"url": "https://github.com/MarcAzar/Cyclic-Polynomial-Hash",
|
"url": "https://github.com/MarcAzar/RollingHash",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Cyclic",
|
"Cyclic",
|
||||||
"Hash",
|
"Hash",
|
||||||
"BuzHash",
|
"BuzHash",
|
||||||
"Rolling",
|
"Rolling",
|
||||||
|
"Rabin",
|
||||||
|
"Karp",
|
||||||
|
"CRC",
|
||||||
|
"Fingerprint",
|
||||||
"n-gram"
|
"n-gram"
|
||||||
],
|
],
|
||||||
"description": "A Nim implementation of a Cyclic Polynomial Hash, aka BuzHash",
|
"description": "A high performance Nim implementation of a Cyclic Polynomial Hash, aka BuzHash, and the Rabin-Karp algorithm",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://marcazar.github.io/Cyclic-Polynomial-Hash"
|
"web": "https://marcazar.github.io/RollingHash"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "BipBuffer",
|
"name": "BipBuffer",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user