forked from kimwalisch/primesieve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
THANKS
22 lines (15 loc) · 771 Bytes
/
THANKS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
primesieve THANKS file
primesieve has been written by Kim Walisch <[email protected]>.
Many people have further contributed to primesieve by reporting
problems, suggesting various improvements, or submitting actual code.
Here is a list of these people.
* Andrew Ohana has ported primesieve-5.0's build system to GNU
Autotools and Libtool.
* Dana Jacobsen has provided feedback
(added examples/store_primes_in_vector.cpp)
* Mark Rodenkirch suggested adding a Callback class.
* Silver Möls has helped to increase instruction level parallelism
in src/primesieve/EratBig.cpp in primesieve 3.1.
* Huang Yuanbing has given feedback and suggestions.
* Andrey Kulsha has benchmarked new primesieve releases on his
hexa-core AMD Phenom CPU.