The current implementation of the SGA V2 parser is suboptimal. Currently, for every attribute of the TOC, I trigger a file stream read, which is slow. I would like to add a buffer where I load a chunk of the header, so the number of writes/reads will decrease, which I hope will improve performance.
The current implementation of the SGA V2 parser is suboptimal. Currently, for every attribute of the TOC, I trigger a file stream read, which is slow. I would like to add a buffer where I load a chunk of the header, so the number of writes/reads will decrease, which I hope will improve performance.