diff options
author | Max Kellermann <max@duempel.org> | 2008-09-15 13:27:33 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-15 13:27:33 +0200 |
commit | 1c51c6681b366c1d5ee87f48553d4223ad4c198d (patch) | |
tree | cead22384084fd77e3462063b5248fce85059026 /src/easy_download.c | |
parent | 3da600fbb0c33ec5cfb76e5341cf21c160592202 (diff) | |
download | mpd-1c51c6681b366c1d5ee87f48553d4223ad4c198d.tar.gz mpd-1c51c6681b366c1d5ee87f48553d4223ad4c198d.tar.xz mpd-1c51c6681b366c1d5ee87f48553d4223ad4c198d.zip |
use GArray for playlist instead of GList
Using a doubly linked list for the local playlist copy is a huge waste
of both memory and CPU cycles. Use GArray instead of GList, which is
much faster in this case.
Diffstat (limited to 'src/easy_download.c')
0 files changed, 0 insertions, 0 deletions