changeset 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
files TODO
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Sat May 10 21:30:24 2008 +0300
+++ b/TODO	Sat May 10 13:47:55 2008 -0500
@@ -47,7 +47,8 @@
   possible solutions?
   * mempools for playlist data? not sure if possible, the tuple heaps
     should then somehow be collected into pools...
-
+  * storing the playlist as a GtkTreeModel seems to be fairly fast (at least
+    in mudkip-player it is) --nenolod
 
 - playlist.c: racecondition in scanner thread vs. playlist manipulation
   (playlist_clear(), free, etc.)