Mercurial > audlegacy
comparison TODO @ 4536:b0def426de68
Add note about GtkTreeStore being fairly fast.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sat, 10 May 2008 13:47:55 -0500 |
parents | 2cfd5d48d787 |
children | 04da24c63467 |
comparison
equal
deleted
inserted
replaced
4535:2cfd5d48d787 | 4536:b0def426de68 |
---|---|
45 * mowgli_heap_free()? | 45 * mowgli_heap_free()? |
46 | 46 |
47 possible solutions? | 47 possible solutions? |
48 * mempools for playlist data? not sure if possible, the tuple heaps | 48 * mempools for playlist data? not sure if possible, the tuple heaps |
49 should then somehow be collected into pools... | 49 should then somehow be collected into pools... |
50 | 50 * storing the playlist as a GtkTreeModel seems to be fairly fast (at least |
51 in mudkip-player it is) --nenolod | |
51 | 52 |
52 - playlist.c: racecondition in scanner thread vs. playlist manipulation | 53 - playlist.c: racecondition in scanner thread vs. playlist manipulation |
53 (playlist_clear(), free, etc.) | 54 (playlist_clear(), free, etc.) |
54 * go through scanner thread code and revise it. | 55 * go through scanner thread code and revise it. |
55 * also all playlist manipulation should be double-checked. | 56 * also all playlist manipulation should be double-checked. |