File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 2017-12-05 Kim Walisch <kim.walisch@gmail.com>
1+ 2017-12-07 Kim Walisch <kim.walisch@gmail.com>
22
3- Version 1.3 work in progress .
3+ Version 1.3 released .
44
5- primesum now supports 256-bit results by default! So now there is
6- only one primesum version for both 128-bit and 256-bit results.
7- This version has been optimized so that it uses 128-bit arithmetic
8- for numbers < 2^63 and 256-bit arithmetic for numbers >= 2^63 .
5+ This version runs up to 20% faster and uses only half as much
6+ memory as primesum-1.2. primesum now also supports 256-bit
7+ results by default! So now there is only one primesum version for
8+ both 128-bit and 256-bit results .
99
1010 * S2_hard.cpp: Get rid of binary indexed tree.
1111 * P2.cpp: Optimize 128-bit and 256-bit arithmetic.
You can’t perform that action at this time.
0 commit comments