LordSputnik / mutagen

Project to create a Python 3 library, functionally equivalent to mutagen.
GNU General Public License v2.0
37 stars 3 forks source link

Changed list(data) to bytearray(data) where possible #4

Closed LordSputnik closed 11 years ago

LordSputnik commented 11 years ago

bytearray conversions to and from bytes are faster because of the buffer interface.

LordSputnik commented 11 years ago

Fixed in dcf4885cab39c6f226ac3be6c2cc46a4b2954785