Timeline for Sieve32Fast - A very fast, memory efficient, multi-threaded Sieve of Eratosthenes
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:40 | history | edited | CommunityBot | replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/ | |
| Sep 15, 2015 at 15:49 | history | edited | Rick Davin | CC BY-SA 3.0 | added link to Version 2 |
| Sep 11, 2015 at 11:33 | vote | accept | Rick Davin | ||
| Sep 9, 2015 at 15:19 | answer | added | Der Kommissar | timeline score: 5 | |
| Sep 9, 2015 at 15:13 | history | edited | Der Kommissar | CC BY-SA 3.0 | Removed backticks from code which was already formatted in a block; |
| Sep 9, 2015 at 14:26 | comment | added | Der Kommissar | @RickDavin I absolutely love all these Sieve questions by yourself - I truly enjoy micro-optimizing them. :) | |
| Sep 8, 2015 at 15:44 | comment | added | Der Kommissar | @AlexM. In that case it should be UTwo. ;) | |
| Sep 7, 2015 at 19:26 | comment | added | user29120 | I think this is when you call it "too much". But it's just my opinion, heh. Your constant names are misleading in any case. "Two" suggests the default integer type that being int. In no way does it suggest "unsigned two". | |
| Sep 7, 2015 at 19:17 | comment | added | Rick Davin | @Alex M., the use of Two rather than 2 is addressed in the comments at the top of the class as well as in the Questions section. It is strong typed as a uint and is used to distinguish between an integer representing a uint Number versus an int Index. | |
| Sep 7, 2015 at 18:56 | comment | added | user29120 | if (upperLimit < Two) you know "2" reads as "Two", right? | |
| Sep 7, 2015 at 17:35 | history | edited | Ethan Bierlein | CC BY-SA 3.0 | added 6 characters in body; edited title |
| Sep 7, 2015 at 17:28 | history | asked | Rick Davin | CC BY-SA 3.0 |