Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ensure the twitie calls can be done in parallel to improve performance #8

Closed
wants to merge 1 commit into from

Conversation

greenwoodma
Copy link

Using Java parallel streams to give make the TwitIE calls multi-threaded without having to make any major modifications to the existing code. This might not be the most sophisticated approach, and it might not give the best performance, but it will give a significant speedup over the existing single threaded approach. See issue #6 for more background.

@greenwoodma greenwoodma deleted the parallel-streams branch September 21, 2020 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant