Skip to content

Commit 92e8258

Browse files
authored
tests/thirdparty: update package metadata (#423)
Auto-generated update of third-party package metadata. Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
1 parent 63eff7e commit 92e8258

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,14 @@ Implementations of full algorithms:
192192
Popular projects[^projects] using `avo`:
193193

194194
[^projects]: Projects drawn from the `avo` third-party test suite. Popularity
195-
estimated from Github star count collected on Jan 9, 2024.
195+
estimated from Github star count collected on Feb 1, 2024.
196196

197197
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fgolang.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [golang / **go**](https://github.com/golang/go)
198-
:star: 116.8k
198+
:star: 117.5k
199199
> The Go programming language
200200
201201
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fklauspost.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [klauspost / **compress**](https://github.com/klauspost/compress)
202-
:star: 4.3k
202+
:star: 4.4k
203203
> Optimized Go Compression Packages
204204
205205
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fgolang.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [golang / **crypto**](https://github.com/golang/crypto)
@@ -219,19 +219,19 @@ estimated from Github star count collected on Jan 9, 2024.
219219
> CIRCL: Cloudflare Interoperable Reusable Cryptographic Library
220220
221221
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fsegmentio.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [segmentio / **asm**](https://github.com/segmentio/asm)
222-
:star: 821
222+
:star: 831
223223
> Go library providing algorithms optimized to leverage the characteristics of modern CPUs
224224
225225
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fzeebo.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [zeebo / **xxh3**](https://github.com/zeebo/xxh3)
226-
:star: 358
226+
:star: 363
227227
> XXH3 algorithm in Go
228228
229229
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fzeebo.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [zeebo / **blake3**](https://github.com/zeebo/blake3)
230-
:star: 353
230+
:star: 357
231231
> Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration
232232
233233
<img src="https://images.weserv.nl?fit=cover&h=24&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Flukechampine.png&w=24" width="24" height="24" hspace="4" valign="middle" /> [lukechampine / **blake3**](https://github.com/lukechampine/blake3)
234-
:star: 316
234+
:star: 319
235235
> A pure-Go implementation of the BLAKE3 cryptographic hash function
236236
237237
See the [full list of projects using `avo`](doc/adopters.md).

doc/adopters.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ A pure-Go implementation of the BLAKE3 cryptographic hash function
4444

4545
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.
4646

47-
<img src="https://images.weserv.nl?fit=cover&h=28&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fdgryski.png&w=28" width="28" height="28" hspace="4" valign="middle" /> [dgryski / **go-bloomindex**](https://github.com/dgryski/go-bloomindex)
48-
49-
Bloom-filter based search index
50-
5147
<img src="https://images.weserv.nl?fit=cover&h=28&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2FFiloSottile.png&w=28" width="28" height="28" hspace="4" valign="middle" /> [FiloSottile / **edwards25519**](https://github.com/FiloSottile/edwards25519)
5248

5349
filippo.io/edwards25519 — A safer, faster, and more powerful low-level edwards25519 Go implementation.
5450

51+
<img src="https://images.weserv.nl?fit=cover&h=28&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fdgryski.png&w=28" width="28" height="28" hspace="4" valign="middle" /> [dgryski / **go-bloomindex**](https://github.com/dgryski/go-bloomindex)
52+
53+
Bloom-filter based search index
54+
5555
<img src="https://images.weserv.nl?fit=cover&h=28&mask=circle&maxage=7d&url=https%3A%2F%2Fgithub.com%2Fphoreproject.png&w=28" width="28" height="28" hspace="4" valign="middle" /> [phoreproject / **bls**](https://github.com/phoreproject/bls)
5656

5757
Go implementation of the BLS12-381 pairing

tests/thirdparty/suite.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"metadata": {
99
"description": "XXH3 algorithm in Go",
10-
"stars": 358
10+
"stars": 363
1111
},
1212
"default_branch": "master",
1313
"version": "v1.0.0-rc1",
@@ -145,7 +145,7 @@
145145
},
146146
"metadata": {
147147
"description": "Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration",
148-
"stars": 353
148+
"stars": 357
149149
},
150150
"default_branch": "master",
151151
"version": "25dba572f0e78ec108f0dd79c9c15288f542d7d9",
@@ -171,7 +171,7 @@
171171
},
172172
"metadata": {
173173
"description": "Reed-Solomon Erasure Coding in Go",
174-
"stars": 1755
174+
"stars": 1765
175175
},
176176
"default_branch": "master",
177177
"version": "922778284547557265cff0f903ab5f4c27e40ae9",
@@ -196,7 +196,7 @@
196196
},
197197
"metadata": {
198198
"description": "A pure-Go wyhash implementation.",
199-
"stars": 27
199+
"stars": 28
200200
},
201201
"default_branch": "master",
202202
"version": "32a3f7f6ba4797e2d87dab2969cc9dd63d39cce9",
@@ -230,7 +230,7 @@
230230
},
231231
"metadata": {
232232
"description": "Optimized Go Compression Packages",
233-
"stars": 4332
233+
"stars": 4376
234234
},
235235
"default_branch": "master",
236236
"version": "v1.17.5",
@@ -287,7 +287,7 @@
287287
},
288288
"metadata": {
289289
"description": "Bloom-filter based search index",
290-
"stars": 118
290+
"stars": 119
291291
},
292292
"default_branch": "master",
293293
"version": "0902316dce158c154b958ee5cfc706c62af29a42",
@@ -531,7 +531,7 @@
531531
},
532532
"metadata": {
533533
"description": "Go library providing algorithms optimized to leverage the characteristics of modern CPUs",
534-
"stars": 821
534+
"stars": 831
535535
},
536536
"default_branch": "main",
537537
"version": "2bf3fdd47b1cdbe8fe020f032caf14891e10a85f",
@@ -595,7 +595,7 @@
595595
},
596596
"metadata": {
597597
"description": "High-performance Curve25519/ristretto255 for Go.",
598-
"stars": 67
598+
"stars": 69
599599
},
600600
"default_branch": "master",
601601
"version": "d5a936accd94ef9da4c0fe9db0a6342dcdcfeadf",
@@ -620,7 +620,7 @@
620620
},
621621
"metadata": {
622622
"description": "Go Deoxys-II-256-128",
623-
"stars": 21
623+
"stars": 22
624624
},
625625
"default_branch": "master",
626626
"version": "2091330c22b71dd4e04e15306498e68f3a1b3afc",
@@ -646,7 +646,7 @@
646646
"metadata": {
647647
"description": "[mirror] Go supplementary cryptography libraries",
648648
"homepage": "https://golang.org/x/crypto",
649-
"stars": 2869
649+
"stars": 2885
650650
},
651651
"default_branch": "master",
652652
"version": "089bfa5675191fd96a44247682f76ebca03d7916",
@@ -673,7 +673,7 @@
673673
"metadata": {
674674
"description": "filippo.io/edwards25519 — A safer, faster, and more powerful low-level edwards25519 Go implementation.",
675675
"homepage": "https://filippo.io/edwards25519",
676-
"stars": 118
676+
"stars": 120
677677
},
678678
"default_branch": "main",
679679
"version": "v1.0.0-rc.1",
@@ -698,7 +698,7 @@
698698
},
699699
"metadata": {
700700
"description": "A pure-Go implementation of the BLAKE3 cryptographic hash function",
701-
"stars": 316
701+
"stars": 319
702702
},
703703
"default_branch": "master",
704704
"version": "v1.1.7",
@@ -758,7 +758,7 @@
758758
"metadata": {
759759
"description": "The Go programming language",
760760
"homepage": "https://go.dev",
761-
"stars": 116833
761+
"stars": 117474
762762
},
763763
"default_branch": "master",
764764
"version": "go1.20.1",
@@ -829,7 +829,7 @@
829829
"metadata": {
830830
"description": "CIRCL: Cloudflare Interoperable Reusable Cryptographic Library",
831831
"homepage": "http://blog.cloudflare.com/introducing-circl",
832-
"stars": 1088
832+
"stars": 1106
833833
},
834834
"default_branch": "main",
835835
"version": "v1.1.0",
@@ -879,7 +879,7 @@
879879
},
880880
"metadata": {
881881
"description": "Universal Utilities for Go",
882-
"stars": 1405
882+
"stars": 1433
883883
},
884884
"default_branch": "develop",
885885
"version": "a5eedbe96960cf0f801cf970e89f511842daee75",
@@ -910,5 +910,5 @@
910910
]
911911
}
912912
],
913-
"metadata_last_update": "2024-01-09T01:47:54.01555539Z"
913+
"metadata_last_update": "2024-02-01T05:28:01.50390487Z"
914914
}

0 commit comments

Comments
 (0)