Tagged Questions

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 ...