Skip to content
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

JDK 17 update and collatz revisit #7

Open
obriensystems opened this issue Oct 23, 2022 · 1 comment
Open

JDK 17 update and collatz revisit #7

obriensystems opened this issue Oct 23, 2022 · 1 comment
Assignees

Comments

@obriensystems
Copy link
Member

No description provided.

@obriensystems obriensystems self-assigned this Oct 23, 2022
@obriensystems obriensystems changed the title JDK 1.17 update and collatz revisit JDK 17 update and collatz revisit Oct 23, 2022
@obriensystems
Copy link
Member Author

java 24.0.2 on M2 Ultra

michaelobrien@MichaelacStudio benchmark % java -cp .:org.obrienscience.collatz.server.ForkJoinCollatzServer.jar org.obrienscience.collatz.server.ForkJoinCollatzServer 4 7 1
ForkJoinCollatzServer forkJoinPool-power-start end runs (v 20161009)
availableProc	: 24
fjps threads	: 4,7
freeMemory()	: 1078047344
maxMemory()	: 17179869184
totalMemory()	: 1082130432
System.getEnv()	: {TERM_SESSION_ID=B68DED88-EC66-462A-9EC5-C86300440408, SHLVL=1, TERM_PROGRAM_VERSION=453, TERM_PROGRAM=Apple_Terminal, SHELL=/bin/zsh, TMPDIR=/var/folders/67/yymwpylj7kz0h82xms5t9djr0000gn/T/, __CFBundleIdentifier=com.apple.Terminal, HOME=/Users/michaelobrien, SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.BiyiV68SZA/Listeners, OLDPWD=/Users/michaelobrien/obrienlabs, PATH=/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin, XPC_SERVICE_NAME=0, LOGNAME=michaelobrien, TERM=xterm-256color, USER=michaelobrien, __CF_USER_TEXT_ENCODING=0x1F5:0x0:0x52, XPC_FLAGS=0x0, PWD=/Users/michaelobrien/obrienlabs/benchmark, _=/usr/bin/java, LANG=en_CA.UTF-8}
Range: bits	: 25
4486,4,22,422,8
4819,4,21,421,16
4655,4,20,420,32
3931,4,19,319,64
3475,4,18,318,128
3976,4,17,317,256
3807,4,16,316,512
3145,4,15,315,1024
3368,4,14,314,2048
3402,4,13,313,4096
3232,4,12,312,8192
3085,4,11,311,16384
3163,4,10,310,32768
3218,4,9,39,65536
3130,4,8,38,131072
3166,4,7,37,262144
3566,4,6,36,524288
4058,4,5,45,1048576
3056,4,4,34,2097152
5879,4,3,53,4194304
11417,4,2,112,8388608
26420,4,1,261,16777216
53992,4,0,530,33554432
3230,5,22,322,8
3037,5,21,321,16
2954,5,20,220,32
2776,5,19,219,64
2663,5,18,218,128
2572,5,17,217,256
2650,5,16,216,512
2598,5,15,215,1024
2465,5,14,214,2048
2514,5,13,213,4096
2389,5,12,212,8192
2486,5,11,211,16384
2489,5,10,210,32768
2394,5,9,29,65536
2455,5,8,28,131072
2631,5,7,27,262144
3008,5,6,36,524288
2546,5,5,25,1048576
3050,5,4,34,2097152
6035,5,3,63,4194304
11999,5,2,112,8388608
26741,5,1,261,16777216
51902,5,0,510,33554432
3420,6,22,322,8
3264,6,21,321,16
3143,6,20,320,32
3161,6,19,319,64
3007,6,18,318,128
2965,6,17,217,256
2764,6,16,216,512
2731,6,15,215,1024
2913,6,14,214,2048
2660,6,13,213,4096
2610,6,12,212,8192
2621,6,11,211,16384
2619,6,10,210,32768
2589,6,9,29,65536
2565,6,8,28,131072
2642,6,7,27,262144
2484,6,6,26,524288
2478,6,5,25,1048576
3124,6,4,34,2097152
6091,6,3,63,4194304
12319,6,2,122,8388608
26636,6,1,261,16777216
55316,6,0,550,33554432
3455,7,22,322,8
3320,7,21,321,16
3221,7,20,320,32
3004,7,19,319,64
2909,7,18,218,128
2893,7,17,217,256
2855,7,16,216,512
2866,7,15,215,1024
2881,7,14,214,2048
2909,7,13,213,4096
2924,7,12,212,8192
3004,7,11,311,16384
3087,7,10,310,32768
3120,7,9,39,65536
3213,7,8,38,131072
3258,7,7,37,262144
3286,7,6,36,524288
3323,7,5,35,1048576
3974,7,4,34,2097152
6836,7,3,63,4194304
13099,7,2,132,8388608
26801,7,1,261,16777216
52101,7,0,520,33554432

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant