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:
Marc Azar 2019-03-19 13:16:31 +02:00 committed by Miran
parent 0b07710df8
commit 8306ca5c51

View File

@ -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",
"url": "https://github.com/MarcAzar/Cyclic-Polynomial-Hash",
@ -12,7 +26,7 @@
],
"description": "A Nim implementation of a Cyclic Polynomial Hash, aka BuzHash",
"license": "MIT",
"web": "https://github.com/MarcAzar/Cyclic-Polynomial-Hash"
"web": "https://marcazar.github.io/Cyclic-Polynomial-Hash"
},
{
"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",
"license": "MIT",
"web": "https://github.com/MarcAzar/BipBuffer"
"web": "https://marcazar.github.io/BipBuffer"
},
{
"name": "whip",