-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
64 bit collatz multithreaded implementation in Java #19
Labels
Comments
obriensystems
added a commit
that referenced
this issue
Jan 1, 2025
obriensystems
added a commit
that referenced
this issue
Jan 1, 2025
obriensystems
added a commit
that referenced
this issue
Jan 1, 2025
M4max preliminary results (chasing heap space)
|
|
|
14900K c
|
p1gen6
|
I forgot to sequence by 2 (1,3,5) currently my LongStream is 1,2,3,4,5 |
obriensystems
added a commit
that referenced
this issue
Jan 2, 2025
obriensystems
added a commit
that referenced
this issue
Jan 2, 2025
obriensystems
added a commit
that referenced
this issue
Jan 2, 2025
m4max - with odd optimization i forgot
|
obriensystems
added a commit
that referenced
this issue
Jan 2, 2025
13900k a 32 cores
|
obriensystems
added a commit
that referenced
this issue
Jan 2, 2025
batch 12 14900K 24 of 32 threads
|
macbook m4max 12 bit batch
|
obriensystems
added a commit
that referenced
this issue
Jan 2, 2025
obriensystems
added a commit
that referenced
this issue
Jan 2, 2025
obriensystems
added a commit
that referenced
this issue
Jan 2, 2025
obriensystems
added a commit
that referenced
this issue
Jan 2, 2025
obriensystems
added a commit
that referenced
this issue
Jan 2, 2025
obriensystems
changed the title
64 bit collatz multi threaded implementation in Java
64 bit collatz multithreaded implementation in Java
Jan 2, 2025
Move code to #10 |
obriensystems
added a commit
that referenced
this issue
Jan 2, 2025
obriensystems
added a commit
that referenced
this issue
Jan 2, 2025
see also #24 |
m4pro 8p4e 10 batch 948 cpu out of 1200
|
obriensystems
added a commit
that referenced
this issue
Jan 3, 2025
obriensystems
added a commit
that referenced
this issue
Jan 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TODO
option 1: custom 16-32 thread pool
option 2: Java 7 level ForkJoinPool
option 3: Java 8 lambda/streams parallelization
The text was updated successfully, but these errors were encountered: