From f3af041f95c3b23e5fd9802b20a187a128cb9a57 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 1 Aug 2019 09:57:18 +0100 Subject: [PATCH] e todo - add menu object cache to todo. --- TODO | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index bf1e7a68b..ce0da610c 100644 --- a/TODO +++ b/TODO @@ -187,7 +187,12 @@ TODO: view to this back-end data log and follows it as it updates. * can go back in time then to previous logs * should have the ability to draw nice graphs etc. -* edge bindings - selectign edge dialog needs a redo (no edje for all content) +* edge bindings - selecting edge dialog needs a redo (no edje for all content) +* e menu - add obj cache for menu and menu item objects to reduce costs + by far the biggest cost in showing/hiding menus is realize/unrealize + and this is almost all object creation/setup/deletion costs. menus + can be more responsive (on low end systems) if... we avoid this. to + avoid... have a cache of spare objecta to re-use. DONE: * music-control: fix aspect ratio of album cover image