aboutsummaryrefslogtreecommitdiffstats
path: root/src/str_pool.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-15manage tag string allocations in a poolMax Kellermann1-0/+28
There are many duplicated strings in the tag database, e.g. many songs having the same artist. Don't allocate such strings twice, manage all strings in a pool.