https://github.com/zeky84/trevor-assignment-8-multithreading
Java17. Asynchronous Programing. Applying multi-threading and mapping concepts to data processing (fetching data). Creating custom executor to improve code speed.
https://github.com/zeky84/trevor-assignment-8-multithreading
asynchronous-programming cachedthreadpool java-17 mapping multithreading threadpool
Last synced: over 1 year ago
JSON representation
Java17. Asynchronous Programing. Applying multi-threading and mapping concepts to data processing (fetching data). Creating custom executor to improve code speed.
- Host: GitHub
- URL: https://github.com/zeky84/trevor-assignment-8-multithreading
- Owner: Zeky84
- Created: 2023-04-19T06:54:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T21:50:27.000Z (about 3 years ago)
- Last Synced: 2025-01-22T05:41:23.526Z (over 1 year ago)
- Topics: asynchronous-programming, cachedthreadpool, java-17, mapping, multithreading, threadpool
- Language: Java
- Homepage:
- Size: 641 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trevor-assignment-8-MultiThreading
Java17. Asynchronous Programing. Applying multi-threading and mapping concepts to data processing (fetching data). Creating custom executor to improve code speed.
Applying asynchronous programing to speed up the parsing data of a given assignment. Creating an application file to iterate over a list of tasks and execute those tasks asynchronously
and while doing it adding the values of each task to the a list synchronously(In this case asigning a custom executor of one thread)