diff --git a/README.md b/README.md index 9eae90a..da22e13 100644 --- a/README.md +++ b/README.md @@ -192,18 +192,18 @@ 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 Jul 1, 2023. +estimated from Github star count collected on Aug 1, 2023. [golang / **go**](https://github.com/golang/go) -:star: 112.5k +:star: 113.2k > The Go programming language [klauspost / **compress**](https://github.com/klauspost/compress) -:star: 3.8k +:star: 3.9k > Optimized Go Compression Packages [golang / **crypto**](https://github.com/golang/crypto) -:star: 2.7k +:star: 2.8k > [mirror] Go supplementary cryptography libraries [klauspost / **reedsolomon**](https://github.com/klauspost/reedsolomon) @@ -211,27 +211,27 @@ estimated from Github star count collected on Jul 1, 2023. > Reed-Solomon Erasure Coding in Go [cloudflare / **circl**](https://github.com/cloudflare/circl) -:star: 987 +:star: 1k > CIRCL: Cloudflare Interoperable Reusable Cryptographic Library [segmentio / **asm**](https://github.com/segmentio/asm) -:star: 798 +:star: 800 > Go library providing algorithms optimized to leverage the characteristics of modern CPUs [zeebo / **blake3**](https://github.com/zeebo/blake3) -:star: 344 +:star: 345 > Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration [zeebo / **xxh3**](https://github.com/zeebo/xxh3) -:star: 323 +:star: 325 > XXH3 algorithm in Go [lukechampine / **blake3**](https://github.com/lukechampine/blake3) -:star: 300 +:star: 302 > A pure-Go implementation of the BLAKE3 cryptographic hash function [minio / **md5-simd**](https://github.com/minio/md5-simd) -:star: 146 +:star: 148 > 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 f1b8eac..73c55bf 100644 --- a/tests/thirdparty/suite.json +++ b/tests/thirdparty/suite.json @@ -7,7 +7,7 @@ }, "metadata": { "description": "XXH3 algorithm in Go", - "stars": 323 + "stars": 325 }, "default_branch": "master", "version": "v1.0.0-rc1", @@ -33,7 +33,7 @@ }, "metadata": { "description": "siphash 1-3", - "stars": 33 + "stars": 32 }, "default_branch": "master", "version": "62edffca92457b3a66125c686137cc5f0fe81672", @@ -76,7 +76,7 @@ }, "metadata": { "description": "Go implementation of the BLS12-381 pairing", - "stars": 87 + "stars": 88 }, "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": 146 + "stars": 148 }, "default_branch": "master", "version": "30ad8af83f6868c2a30c615f3edf1a9366bf3f89", @@ -145,7 +145,7 @@ }, "metadata": { "description": "Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration", - "stars": 344 + "stars": 345 }, "default_branch": "master", "version": "25dba572f0e78ec108f0dd79c9c15288f542d7d9", @@ -171,7 +171,7 @@ }, "metadata": { "description": "Reed-Solomon Erasure Coding in Go", - "stars": 1683 + "stars": 1690 }, "default_branch": "master", "version": "922778284547557265cff0f903ab5f4c27e40ae9", @@ -230,7 +230,7 @@ }, "metadata": { "description": "Optimized Go Compression Packages", - "stars": 3773 + "stars": 3890 }, "default_branch": "master", "version": "2f236383d7c2faa8ef7e354ccecb926a5b47a24d", @@ -476,7 +476,7 @@ }, "metadata": { "description": "An alternative interface to Sia", - "stars": 54 + "stars": 53 }, "default_branch": "master", "version": "dff56a80f83653cb14eeeb57ba6ba3c3e942c412", @@ -519,7 +519,7 @@ }, "metadata": { "description": "Go library providing algorithms optimized to leverage the characteristics of modern CPUs", - "stars": 798 + "stars": 800 }, "default_branch": "main", "version": "2bf3fdd47b1cdbe8fe020f032caf14891e10a85f", @@ -583,7 +583,7 @@ }, "metadata": { "description": "High-performance Curve25519/ristretto255 for Go.", - "stars": 63 + "stars": 64 }, "default_branch": "master", "version": "d5a936accd94ef9da4c0fe9db0a6342dcdcfeadf", @@ -634,7 +634,7 @@ "metadata": { "description": "[mirror] Go supplementary cryptography libraries", "homepage": "https://golang.org/x/crypto", - "stars": 2739 + "stars": 2781 }, "default_branch": "master", "version": "089bfa5675191fd96a44247682f76ebca03d7916", @@ -661,7 +661,7 @@ "metadata": { "description": "filippo.io/edwards25519 — A safer, faster, and more powerful low-level edwards25519 Go implementation.", "homepage": "https://filippo.io/edwards25519", - "stars": 108 + "stars": 110 }, "default_branch": "main", "version": "v1.0.0-rc.1", @@ -686,7 +686,7 @@ }, "metadata": { "description": "A pure-Go implementation of the BLAKE3 cryptographic hash function", - "stars": 300 + "stars": 302 }, "default_branch": "master", "version": "v1.1.7", @@ -746,7 +746,7 @@ "metadata": { "description": "The Go programming language", "homepage": "https://go.dev", - "stars": 112491 + "stars": 113178 }, "default_branch": "master", "version": "go1.20.1", @@ -817,7 +817,7 @@ "metadata": { "description": "CIRCL: Cloudflare Interoperable Reusable Cryptographic Library", "homepage": "http://blog.cloudflare.com/introducing-circl", - "stars": 987 + "stars": 1001 }, "default_branch": "main", "version": "v1.1.0", @@ -861,5 +861,5 @@ ] } ], - "metadata_last_update": "2023-07-01T05:28:41.346824301Z" + "metadata_last_update": "2023-08-01T05:27:25.040455837Z" }