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

Don't force initialization for buffers whose contents we will immediately destroy #4031

Merged
merged 3 commits into from
Feb 9, 2024

Conversation

eisenhauer
Copy link
Member

No description provided.

@eisenhauer eisenhauer requested a review from pnorbert February 9, 2024 00:39
@eisenhauer
Copy link
Member Author

@pnorbert At least a first step not zero-filling buffers that we are immediately going to fill with something else... This change just impacts the BP5 file reader metadata buffer. Turns out that the zero-filling was twice the cost of the metadata installation. The read cost dominated, but this still gets a 5% improvement...

@eisenhauer eisenhauer enabled auto-merge (squash) February 9, 2024 01:06
@eisenhauer eisenhauer merged commit e040be3 into ornladios:master Feb 9, 2024
37 checks passed
@eisenhauer eisenhauer deleted the Buffers branch February 9, 2024 12:35
vicentebolea pushed a commit to vicentebolea/ADIOS2 that referenced this pull request Feb 21, 2024
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.

2 participants