From e03c964fbc98e2a4f529d6e856539047d2bb37e2 Mon Sep 17 00:00:00 2001 From: "cadobot[bot]" <104697117+cadobot[bot]@users.noreply.github.com> Date: Sun, 29 May 2022 05:35:28 +0000 Subject: [PATCH] tests/thirdparty: update package metadata (#299) Co-authored-by: {{ steps.bot.outputs.login }} <104697117+cadobot[bot]@users.noreply.github.com> --- README.md | 18 +++++++++--------- tests/thirdparty/suite.json | 24 ++++++++++++------------ 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 0436de3..1566687 100644 --- a/README.md +++ b/README.md @@ -193,14 +193,14 @@ Implementations of full algorithms: Popular projects[^projects] using `avo`: [^projects]: Projects drawn from the `avo` third-party test suite. Popularity -estimated from Github star count collected on May 22, 2022. +estimated from Github star count collected on May 29, 2022. [golang / **go**](https://github.com/golang/go) -:star: 99.4k +:star: 99.6k > The Go programming language [klauspost / **compress**](https://github.com/klauspost/compress) -:star: 2.9k +:star: 3k > Optimized Go Compression Packages [golang / **crypto**](https://github.com/golang/crypto) @@ -208,19 +208,19 @@ estimated from Github star count collected on May 22, 2022. > [mirror] Go supplementary cryptography libraries [klauspost / **reedsolomon**](https://github.com/klauspost/reedsolomon) -:star: 1.4k +:star: 1.5k > Reed-Solomon Erasure Coding in Go [segmentio / **asm**](https://github.com/segmentio/asm) -:star: 731 +:star: 735 > Go library providing algorithms optimized to leverage the characteristics of modern CPUs [cloudflare / **circl**](https://github.com/cloudflare/circl) -:star: 633 +:star: 639 > CIRCL: Cloudflare Interoperable Reusable Cryptographic Library [zeebo / **blake3**](https://github.com/zeebo/blake3) -:star: 294 +:star: 298 > Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration [lukechampine / **blake3**](https://github.com/lukechampine/blake3) @@ -228,11 +228,11 @@ estimated from Github star count collected on May 22, 2022. > A pure-Go implementation of the BLAKE3 cryptographic hash function [zeebo / **xxh3**](https://github.com/zeebo/xxh3) -:star: 243 +:star: 251 > XXH3 algorithm in Go [minio / **md5-simd**](https://github.com/minio/md5-simd) -:star: 111 +:star: 112 > 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/tests/thirdparty/suite.json b/tests/thirdparty/suite.json index 8930eeb..926baed 100644 --- a/tests/thirdparty/suite.json +++ b/tests/thirdparty/suite.json @@ -7,7 +7,7 @@ }, "metadata": { "description": "XXH3 algorithm in Go", - "stars": 243 + "stars": 251 }, "default_branch": "master", "version": "v1.0.0-rc1", @@ -76,7 +76,7 @@ }, "metadata": { "description": "Go implementation of the BLS12-381 pairing", - "stars": 81 + "stars": 82 }, "default_branch": "master", "version": "a88a5ae26844d7293359422888d7c7f69f43c845", @@ -120,7 +120,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": 111 + "stars": 112 }, "default_branch": "master", "version": "30ad8af83f6868c2a30c615f3edf1a9366bf3f89", @@ -145,7 +145,7 @@ }, "metadata": { "description": "Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration", - "stars": 294 + "stars": 298 }, "default_branch": "master", "version": "25dba572f0e78ec108f0dd79c9c15288f542d7d9", @@ -171,7 +171,7 @@ }, "metadata": { "description": "Reed-Solomon Erasure Coding in Go", - "stars": 1449 + "stars": 1452 }, "default_branch": "master", "version": "922778284547557265cff0f903ab5f4c27e40ae9", @@ -230,7 +230,7 @@ }, "metadata": { "description": "Optimized Go Compression Packages", - "stars": 2926 + "stars": 2950 }, "default_branch": "master", "version": "2f236383d7c2faa8ef7e354ccecb926a5b47a24d", @@ -275,7 +275,7 @@ }, "metadata": { "description": "Bloom-filter based search index", - "stars": 111 + "stars": 112 }, "default_branch": "master", "version": "0902316dce158c154b958ee5cfc706c62af29a42", @@ -519,7 +519,7 @@ }, "metadata": { "description": "Go library providing algorithms optimized to leverage the characteristics of modern CPUs", - "stars": 731 + "stars": 735 }, "default_branch": "main", "version": "2bf3fdd47b1cdbe8fe020f032caf14891e10a85f", @@ -634,7 +634,7 @@ "metadata": { "description": "[mirror] Go supplementary cryptography libraries", "homepage": "https://golang.org/x/crypto", - "stars": 2422 + "stars": 2427 }, "default_branch": "master", "version": "089bfa5675191fd96a44247682f76ebca03d7916", @@ -746,7 +746,7 @@ "metadata": { "description": "The Go programming language", "homepage": "https://go.dev", - "stars": 99369 + "stars": 99627 }, "default_branch": "master", "version": "go1.17.3", @@ -788,7 +788,7 @@ "metadata": { "description": "CIRCL: Cloudflare Interoperable Reusable Cryptographic Library", "homepage": "http://blog.cloudflare.com/introducing-circl", - "stars": 633 + "stars": 639 }, "default_branch": "master", "version": "v1.1.0", @@ -832,5 +832,5 @@ ] } ], - "metadata_last_update": "2022-05-22T05:29:28.533220087Z" + "metadata_last_update": "2022-05-29T05:30:38.454490612Z" }