majohn-r / mp3repair

An MP3 file repair command-line utility
MIT License
0 stars 0 forks source link

Pre-allocate slices #152

Closed majohn-r closed 8 months ago

majohn-r commented 8 months ago

Per The Impact of Pre-allocating Slice Memory on Performance in Golang, when practical, slices should pre-allocate memory.