Skip to content

Commit e6abc8d

Browse files
committed
Update README with latest benchmark results
1 parent 0f22b66 commit e6abc8d

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -297,14 +297,12 @@ AKA `crc32` in many, but not all, implementations.
297297

298298
### CRC-64/NVME
299299

300-
| Arch | Brand | CPU | System | Target | 1KiB (GiB/s) | 1MiB (GiB/s) |
301-
|:--------|:------|:----------------|:--------------------------|:----------------|-------------:|-------------:|
302-
| x86_64 | Intel | Sapphire Rapids | EC2 c7i.metal-48xl | avx2_vpclmulqdq | ~17.0 | ~56.4 |
303-
| x86_64 | AMD | Genoa | EC2 c7a.metal-48xl | avx2_vpclmulqdq | ~17.3 | ~27.4 |
304-
| aarch64 | AWS | Graviton4 | EC2 c8g.metal-48xl | neon_pclmulqdq | ~16.3 | ~16.3 |
305-
| aarch64 | Apple | M3 Ultra | Mac Studio (32 core) | neon_pclmulqdq | ~44.0 | ~71.9 |
306-
| aarch64 | Apple | M4 Max | MacBook Pro 16" (16 core) | neon_pclmulqdq | ~40.3 | ~72.3 |
307-
| aarch64 | Apple | M2 Ultra | Mac Studio (24 core) | neon_pclmulqdq | ~39.3 | ~65.0 |
300+
| Arch | Brand | CPU | System | Target | 1KiB (GiB/s) | 1MiB (GiB/s) |
301+
|:--------|:------|:----------------|:---------------------|:----------------|-------------:|-------------:|
302+
| x86_64 | Intel | Sapphire Rapids | EC2 c7i.metal-24xl | avx2_vpclmulqdq | ~22.9 | ~56.4 |
303+
| x86_64 | AMD | Genoa | EC2 c7a.metal-48xl | avx2_vpclmulqdq | ~19.8 | ~27.4 |
304+
| aarch64 | AWS | Graviton4 | EC2 c8g.metal-48xl | neon_pclmulqdq | ~20.0 | ~37.6 |
305+
| aarch64 | Apple | M3 Ultra | Mac Studio (32 core) | neon_pclmulqdq | ~49.8 | ~71.9 |
308306

309307
## Other CRC widths
310308

0 commit comments

Comments
 (0)