Skip Menu |

This queue is for tickets about the MPEG-Audio-Frame CPAN distribution.

Report information
The Basics
Id: 4155
Status: resolved
Priority: 0/
Queue: MPEG-Audio-Frame

People
Owner: Nobody in particular
Requestors: nothingmuch [...] woobling.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in:
  • 0.01
  • 0.02
  • 0.03
  • 0.04
  • 0.05
  • 0.06
Fixed in: (no value)



Subject: Optimisations and on demand parsing
MPEG::Audio::Frame really shouldn't do everything when read is called regardless of what's needed. Things like checksums and so forth should be calculated once, on the first call to that method, instead of when read is called. There's room for more optimizations, some of them micro ones.