Serial-ATA / lofty-rs

Audio metadata library
Apache License 2.0
185 stars 34 forks source link

ID3v2: Remove unnecessary allocations #194

Closed Serial-ATA closed 1 year ago

Serial-ATA commented 1 year ago

Previously, we would immediately read the entire tag into memory as well as each frame's content. Now, we only allocate when necessary, reusing the original reader.