Implement fast vectorized reading for transient PSF files, test shows… - #23
Merged
KenKundert merged 2 commits intoDec 1, 2025
Merged
Conversation
… x37 faster tran.tran.tran file reading without cache file
Owner
|
A remarkable idea. Thanks! But it seems that it is failing the tests: the sweep units were not picked up. |
…nd Type sections (which are small and fast to parse). This ensures all metadata is correct.Use the Fast Reader ONLY for the VALUE section (which is huge and slow to parse in Python).This fix tox test like pss_td, joop_banana_tran, dan_zilla, empty. Add special fix to handle GROUP in Trace in file rushikesh-dhanaji-phadtare.tran, roll back to origianl parser if GROUPs are present
Contributor
Author
|
Hi Ken, I modify the code based on the tox tests feedback. It now shows pass the tests. But let me know if I missed something else. |
Owner
|
I'll let it age for a bit before releasing it to pypi. It is a very nice enhancement. Thanks! |
KenKundert
added a commit
that referenced
this pull request
Dec 4, 2025
fix bus signal chevrons issue in #23
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… x37 faster tran.tran.tran file reading without cache file


original read speed of 3.6GB file
optimized read speed of the same 3.6GB file (rm tran.tran.tran.cache before test)
compatible with original flow, optimized with