gimli icon indicating copy to clipboard operation
gimli copied to clipboard

`FrameDescriptionEntry`s should contain a reference rather than a copy of their `CommonInformationEntry`

Open fitzgen opened this issue 8 years ago • 0 comments

There are so many FDEs for each CIE (that's the whole point of CIEs) so we end up copying the same data many many times.

Alternatively, we could make FDEs parametrized by any C: AsRef<CommonInformationEntry> or something like that.

fitzgen avatar Aug 21 '17 21:08 fitzgen