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

chore: using more efficient buffered streams #285

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

tkchouaki
Copy link
Collaborator

In a few places, especially VDF, we were using non-buffered streams which can often be too slow. This PR replaces them by Buffered ones, by going through MATSim's IOUtils.

@tkchouaki tkchouaki requested a review from sebhoerl December 8, 2024 01:41
@tkchouaki tkchouaki merged commit fa01556 into develop Dec 20, 2024
1 check passed
@tkchouaki tkchouaki deleted the buffered_streams branch December 20, 2024 09:38
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