Changes between Version 1 and Version 2 of Ticket #1216, comment 11
- Timestamp:
- May 24, 2015 7:08:00 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1216, comment 11
v1 v2 1 I did some quick gmp6 benchmarking, and it would seem that there are minor performance gains to be had. 1 I did some quick gmp6 benchmarking, and it would seem that there are minor performance gains to be had. These are the results from a single run, so take them with a grain of salt. 2 2 3 {{{ 3 4 64-bit on Haswell CPU 4 5 java: 2103.863ms -> 1x … … 6 7 gmp6 corei: 433.965ms -> 4.85x 7 8 gmp6 corehwl: 340.794ms -> 6.10x 9 }}} 8 10 11 {{{ 9 12 32-bit on Haswell CPU 10 13 java: 5167.245ms -> 1x 11 14 gmp4 core2: 1422.978ms -> 3.63x 12 15 gmp6 core2: 1300.405ms -> 3.97x 16 }}}