mborgerson / pyxbe

Python 3 library to read and write XBE files, the executable file format for the original Xbox game console
http://pyxbe.readthedocs.io/
MIT License
17 stars 10 forks source link

Change bytes literals to `bytearray` #34

Closed itsybitsypixel closed 5 months ago

itsybitsypixel commented 5 months ago

This significantly speeds up the packing of XBEs that contain a large amount of data (~18 times faster for a 45MB XBE).

mborgerson commented 5 months ago

Thanks!