File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 22
33Unofficial 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
725Licensed under either of
You can’t perform that action at this time.
0 commit comments