Suyash Kumar
Suyash Kumar
When using the element-by-element API in the Parser, we probably don't need to hold the whole dataset in p.dataset (as I alluded to a bit in #224 and elsewhere). We...
In #212, the implementation assumes LittleEndian order on reading the data in the code, but the tests with data written out using BigEndian data (written using binary.Write) pass with no...
As discussed in #210, it might be worth trying to support BitsAllocated in ReadNativeFrames beyond those supported by `binary.ByteOrder`. At the moment we now return an error for unsupported values....
This is an issue to track various investigations and changes to optimize readNativeFrames implementation, which I noticed in `pprof` profiles seemed to take up a majority of the CPU time...
# TL;DR: [Please fill out this short form here](https://forms.gle/U9VKPWAaMjDcLZE16) or comment here and let us know your use cases and if you're using this for research, and if there are...
It seems like a slight pain to do this, but it might be useful to have a GitHub action generate HTML GoDoc on PRs / code pushes, so that reviewers...