-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Parallel stream #1
base: PullRequest
Are you sure you want to change the base?
Conversation
Since this is just a fork of the main repo what do you expect? Should I merge this so that it enters my pull request CUTR-at-USF#62 ? Can I squash the commits or do you prefer them to be separate? Are you confident that it works fine? I'm not sure I have enough knowledge to evaluate it. |
This would be good since we are waiting on your merge to enter upstream
Up to you.
Yes, I have backported this from one of my dev branches. it greatly speeds up comparison time by wrapping comparebusstops in a parrallelstream: before tags = 14612 after tags = 14612 A reduction of over 3 minutes! |
I got in touch with @barbeau on LinkedIn: he sent this reply:
So you may as well merge this and we will need to decide which to make thenew origin fork. |
Thanks for the update. |
Maybe if you are interested in being the new maintainer, the repo could be transferred to you, or you could be granted permission on the repo? That would avoid creating a fork. |
I'll update the the osm docs to make mine the referenced fork. |
This pull speeds up comparison by using a parallelStream.