From b38c305466893ff03dd23501ba856b6b45127029 Mon Sep 17 00:00:00 2001 From: "cadobot[bot]" <104697117+cadobot[bot]@users.noreply.github.com> Date: Sat, 30 Apr 2022 15:12:39 -0700 Subject: [PATCH] tests/thirdparty: update package metadata (#266) --- README.md | 18 +++++++++--------- doc/adopters.md | 12 ++++++------ tests/thirdparty/projects.json | 20 ++++++++++---------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 3f60177..81c07e4 100644 --- a/README.md +++ b/README.md @@ -193,27 +193,27 @@ Implementations of full algorithms: Popular projects using `avo`: [golang / **go**](https://github.com/golang/go) -:star: 98322 +:star: 98555 > The Go programming language [klauspost / **compress**](https://github.com/klauspost/compress) -:star: 2707 +:star: 2867 > Optimized Go Compression Packages [golang / **crypto**](https://github.com/golang/crypto) -:star: 2402 +:star: 2408 > [mirror] Go supplementary cryptography libraries [klauspost / **reedsolomon**](https://github.com/klauspost/reedsolomon) -:star: 1438 +:star: 1441 > Reed-Solomon Erasure Coding in Go [segmentio / **asm**](https://github.com/segmentio/asm) -:star: 688 +:star: 706 > Go library providing algorithms optimized to leverage the characteristics of modern CPUs [cloudflare / **circl**](https://github.com/cloudflare/circl) -:star: 613 +:star: 615 > CIRCL: Cloudflare Interoperable Reusable Cryptographic Library [zeebo / **blake3**](https://github.com/zeebo/blake3) @@ -225,12 +225,12 @@ Popular projects using `avo`: > A pure-Go implementation of the BLAKE3 cryptographic hash function [zeebo / **xxh3**](https://github.com/zeebo/xxh3) -:star: 238 +:star: 239 > XXH3 algorithm in Go - [dgryski / **go-bloomindex**](https://github.com/dgryski/go-bloomindex) + [minio / **md5-simd**](https://github.com/minio/md5-simd) :star: 111 -> Bloom-filter based search index +> Accelerate aggregated MD5 hashing performance up to 8x for AVX512 and 4x for AVX2. Useful for server applications that need to compute many MD5 sums in parallel. See the [full list of projects using `avo`](doc/adopters.md). diff --git a/doc/adopters.md b/doc/adopters.md index 390c21e..d8a23ee 100644 --- a/doc/adopters.md +++ b/doc/adopters.md @@ -36,22 +36,22 @@ A pure-Go implementation of the BLAKE3 cryptographic hash function XXH3 algorithm in Go - [dgryski / **go-bloomindex**](https://github.com/dgryski/go-bloomindex) - -Bloom-filter based search index - [minio / **md5-simd**](https://github.com/minio/md5-simd) Accelerate aggregated MD5 hashing performance up to 8x for AVX512 and 4x for AVX2. Useful for server applications that need to compute many MD5 sums in parallel. - [phoreproject / **bls**](https://github.com/phoreproject/bls) + [dgryski / **go-bloomindex**](https://github.com/dgryski/go-bloomindex) -Go implementation of the BLS12-381 pairing +Bloom-filter based search index [FiloSottile / **edwards25519**](https://github.com/FiloSottile/edwards25519) filippo.io/edwards25519 — A safer, faster, and more powerful low-level edwards25519 Go implementation. + [phoreproject / **bls**](https://github.com/phoreproject/bls) + +Go implementation of the BLS12-381 pairing + [lukechampine / **us**](https://github.com/lukechampine/us) An alternative interface to Sia diff --git a/tests/thirdparty/projects.json b/tests/thirdparty/projects.json index c37cee9..d6a2122 100644 --- a/tests/thirdparty/projects.json +++ b/tests/thirdparty/projects.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "XXH3 algorithm in Go", - "stars": 238 + "stars": 239 }, "default_branch": "master", "version": "v1.0.0-rc1", @@ -119,7 +119,7 @@ }, "metadata": { "description": "Accelerate aggregated MD5 hashing performance up to 8x for AVX512 and 4x for AVX2. Useful for server applications that need to compute many MD5 sums in parallel.", - "stars": 109 + "stars": 111 }, "default_branch": "master", "version": "30ad8af83f6868c2a30c615f3edf1a9366bf3f89", @@ -170,7 +170,7 @@ }, "metadata": { "description": "Reed-Solomon Erasure Coding in Go", - "stars": 1438 + "stars": 1441 }, "default_branch": "master", "version": "922778284547557265cff0f903ab5f4c27e40ae9", @@ -229,7 +229,7 @@ }, "metadata": { "description": "Optimized Go Compression Packages", - "stars": 2707 + "stars": 2867 }, "default_branch": "master", "version": "2f236383d7c2faa8ef7e354ccecb926a5b47a24d", @@ -518,7 +518,7 @@ }, "metadata": { "description": "Go library providing algorithms optimized to leverage the characteristics of modern CPUs", - "stars": 688 + "stars": 706 }, "default_branch": "main", "version": "2bf3fdd47b1cdbe8fe020f032caf14891e10a85f", @@ -582,7 +582,7 @@ }, "metadata": { "description": "High-performance Curve25519/ristretto255 for Go", - "stars": 45 + "stars": 46 }, "default_branch": "master", "version": "d5a936accd94ef9da4c0fe9db0a6342dcdcfeadf", @@ -633,7 +633,7 @@ "metadata": { "description": "[mirror] Go supplementary cryptography libraries", "homepage": "https://golang.org/x/crypto", - "stars": 2402 + "stars": 2408 }, "default_branch": "master", "version": "089bfa5675191fd96a44247682f76ebca03d7916", @@ -660,7 +660,7 @@ "metadata": { "description": "filippo.io/edwards25519 — A safer, faster, and more powerful low-level edwards25519 Go implementation.", "homepage": "https://filippo.io/edwards25519", - "stars": 81 + "stars": 83 }, "default_branch": "main", "version": "v1.0.0-rc.1", @@ -745,7 +745,7 @@ "metadata": { "description": "The Go programming language", "homepage": "https://go.dev", - "stars": 98322 + "stars": 98555 }, "default_branch": "master", "version": "go1.17.3", @@ -787,7 +787,7 @@ "metadata": { "description": "CIRCL: Cloudflare Interoperable Reusable Cryptographic Library", "homepage": "http://blog.cloudflare.com/introducing-circl", - "stars": 613 + "stars": 615 }, "default_branch": "master", "version": "v1.1.0",