1
Bug reports / Re: When analyzing multiple frames with --nmr, DSSR gets slower with each frame
« on: June 13, 2025, 09:58:08 am »
I see. That makes sense where the slowdown is coming from. For what its worth, in tools I've worked on in the past, when we need to do random-access trajectory reading, we first read through the whole trajectory once and make an index of the byte offsets for the start of each frame. That way you can jump to any arbitrary frame without having to search through the file each time.