Optimized Excel upload feature for transport operation plan in logistics system to enhance performance for administrators.Implemented parallel processing using parallelStream and Leveraged ForkJoinPool in Java for efficient task execution.ForkJoinPool breaks down large tasks into smaller subtasks for parallel processing, utilizing the work-stealing algorithm to keep threads busy.commonPool enables easy introduction of parallelism in applications but should be used carefully to prevent resource starvation.