Skip to content

Commit c34a787

Browse files
committed
Add crc32 benchmarks to README.md
1 parent 4e7e0e2 commit c34a787

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
Unofficial C libraries for working with [BYOND](http://byond.com) data.
44

5+
## Benchmarks
6+
7+
### 2018 MacBook Pro, 2.2 GHz 6-Core Intel Core i7
8+
9+
#### crc32
10+
11+
```
12+
----------------------------------------------------------------------------------------
13+
Benchmark Time CPU Iterations UserCounters...
14+
----------------------------------------------------------------------------------------
15+
baseline/1000 1.99 us 1.99 us 340179 bytes_per_second=480.356M/s
16+
baseline/1000000 1997 us 1997 us 346 bytes_per_second=477.661M/s
17+
baseline/1000000000 2080410 us 2078082 us 1 bytes_per_second=458.92M/s
18+
byond_crc32_update/1000 0.075 us 0.075 us 8197105 bytes_per_second=12.4825G/s
19+
byond_crc32_update/1000000 50.7 us 50.6 us 14836 bytes_per_second=18.397G/s
20+
byond_crc32_update/1000000000 88869 us 88651 us 6 bytes_per_second=10.5055G/s
21+
````
22+
523
## License
624
725
Licensed under either of

0 commit comments

Comments
 (0)