Why plain java (hello-world example) is faster than spring boot example on move evaluation speed ? #1384
Closed
hangocanh2303
started this conversation in
General
Replies: 1 comment
-
This is because |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
when i use timefold example for school timetable schedule, I found the following:
Spring boot example: https://github.com/TimefoldAI/timefold-quickstarts/tree/stable/java/spring-boot-integration
Solving ended: time spent (5000), best score (0hard/10soft), move evaluation speed (93338/sec), phase total (2), environment mode (REPRODUCIBLE), move thread count (NONE).
Hello-world example: https://github.com/TimefoldAI/timefold-quickstarts/tree/stable/java/hello-world
Solving ended: time spent (30000), best score (0hard/11soft), move evaluation speed (27671/sec), phase total (2), environment mode (REPRODUCIBLE), move thread count (NONE).
why is there a difference in speed while the code is the same ?
Beta Was this translation helpful? Give feedback.
All reactions