1

I am trying to run a Java program which finds Poly divisible numbers. However, I have found that it is significantly slower on my Windows computer in comparison to the speed it runs at on a Macbook Pro.

There was another question I found here: Java code running faster on Mac with slower processor than on my Windows computer? with a similar problem, however it has no conclusive answer to why it is slower.

Do you know any reason why this may be and how this could be fixed.

Windows Specs:

Macbook Pro Early 2015

Code https://github.com/oliverdunk/Polydivisbles

3
  • Questions about general computing hardware and software are off-topic for Stack Overflow unless they directly involve tools used primarily for programming. You may be able to get help on Super User.
    – Joe C
    Commented Jul 24, 2017 at 21:34
  • It is also a question about the performance of Java - maybe a code issue?Although, would you be able to transfer it to Super User or would I need to repost it myself?
    – Doseph
    Commented Jul 24, 2017 at 21:36
  • Perhaps you'd want to ask how to profile your Java applications and the JVM. That would be on topic, I hope.
    – conio
    Commented Jul 25, 2017 at 0:34

0

Browse other questions tagged or ask your own question.