I am running a java program that loops through a folder containing zip files, parses each file, does some processing and writes the result to a new file in another folder. I was suggested that I deploy this application on a Docker so that the job can be done more quickly.
I should learn and implement Docker from scratch. Will it provide any substantial IO and processing speed improvements? Is it worth giving a try?