Tagged Questions

5
votes
5answers
528 views

Too Little CPU Utilization in Java

Hey stackoverflow community! I'm having an issue where a highly involved algorithmic program is using TOO LITTLE cpu utilization: somewhere between 3 and 4%. It is taking very long to return ...
0
votes
1answer
345 views

Multi-core CPU utilization by Java application

I have a program that sorts big files by splitting them into chunks, sort chunks and merge them into final sorted file. Application runs one thread for loading/saving data from/to file - only one ...