• Eric Wong's avatar
    Replace SongList with struct songvec · 0bec1d38
    Eric Wong authored
    Our linked-list implementation is wasteful and the
    SongList isn't modified enough to benefit from being a linked
    list.  So use a more compact array of song pointers which
    saves ~200K on a library with ~9K songs (on x86-32).
    0bec1d38
song_print.c 1.58 KB