An open API service indexing awesome lists of open source software.

https://github.com/alex-cultrera/large-dataset-async-fetch-and-analysis

A back-end Java application that can efficiently fetch and analyze one million lines of data from a .txt file by leveraging multi-threading and asynchronous Java code
https://github.com/alex-cultrera/large-dataset-async-fetch-and-analysis

asynchronous-programming completable-future java junit lambda-expressions lists map multithreading stream thread-pool

Last synced: 27 days ago
JSON representation

A back-end Java application that can efficiently fetch and analyze one million lines of data from a .txt file by leveraging multi-threading and asynchronous Java code

Awesome Lists containing this project

README

        

# Large Dataset Async Fetch and Analysis

Project where I leveraged multi-threading and wrote asynchronous Java code to create a program that can efficiently fetch and analyze one million lines of data from a .txt file.