mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
Marc azar patch 1 (#1032)
* Added Cyclic Polynomial Hash package * Add BitVector package. * Update website pages of BipBuffer and Cyclic-Polynomial-Hash packages.
This commit is contained in:
parent
0b07710df8
commit
8306ca5c51
@ -1,4 +1,18 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"name": "BitVector",
|
||||||
|
"url": "https://github.com/MarcAzar/BitVector",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"Bit",
|
||||||
|
"Array",
|
||||||
|
"Vector",
|
||||||
|
"Bloom"
|
||||||
|
],
|
||||||
|
"description": "A high performance Nim implementation of BitVector with base SomeUnsignedInt(i.e: uint8-64) with support for slices, and seq supported operations",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://marcazar.github.io/BitVector"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Cyclic-Polynomial-Hash",
|
"name": "Cyclic-Polynomial-Hash",
|
||||||
"url": "https://github.com/MarcAzar/Cyclic-Polynomial-Hash",
|
"url": "https://github.com/MarcAzar/Cyclic-Polynomial-Hash",
|
||||||
@ -12,7 +26,7 @@
|
|||||||
],
|
],
|
||||||
"description": "A Nim implementation of a Cyclic Polynomial Hash, aka BuzHash",
|
"description": "A Nim implementation of a Cyclic Polynomial Hash, aka BuzHash",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/MarcAzar/Cyclic-Polynomial-Hash"
|
"web": "https://marcazar.github.io/Cyclic-Polynomial-Hash"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "BipBuffer",
|
"name": "BipBuffer",
|
||||||
@ -27,7 +41,7 @@
|
|||||||
],
|
],
|
||||||
"description": "A Nim implementation of Simon Cooke's Bip Buffer. A type of circular buffer ensuring contiguous blocks of memory",
|
"description": "A Nim implementation of Simon Cooke's Bip Buffer. A type of circular buffer ensuring contiguous blocks of memory",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/MarcAzar/BipBuffer"
|
"web": "https://marcazar.github.io/BipBuffer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "whip",
|
"name": "whip",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user