Skip to content

Commit 01923dd

Browse files
committed
Changes in version 1.3
1 parent 08374bb commit 01923dd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ChangeLog

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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.

0 commit comments

Comments
 (0)