FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Use a persistent hdf5 file handler by sanathkeshav · Pull Request #107 · DataAnalyticsEngineering/FANS · GitHub

Use a persistent hdf5 file handler - #107

Merged
sanathkeshav merged 3 commits into
developfrom
patch-filehandler
Oct 28, 2025
Merged

Use a persistent hdf5 file handler#107
sanathkeshav merged 3 commits into
developfrom
patch-filehandler

Conversation

sanathkeshav commented Oct 28, 2025
edited
Loading

Copy link
Copy Markdown
Member

Uses a file handler to write data (collectively) instead of the results file name. This avoids unnecessary opening and closing of the HDF5 file, which causes a substantial overhead. The file is opened once, and a persistent file handler is stored and used to write outputs, and is closed at the end.

Checklist:

  • I made sure that the CI passed before I ask for a review.
  • I added a summary of the changes (compared to the last release) in the CHANGELOG.md.
  • If necessary, I made changes to the documentation and/or added new content.
  • I will remember to squash-and-merge, providing a useful summary of the changes of this PR.

sanathkeshav self-assigned this Oct 28, 2025
sanathkeshav marked this pull request as ready for review October 28, 2025 20:33
sanathkeshav merged commit c0996da into develop Oct 28, 2025
8 checks passed
sanathkeshav deleted the patch-filehandler branch October 28, 2025 20:33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL