From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Thu, 03 Sep 2009 10:58:16 -0700 Subject: [sup-talk] [PATCH 2/2] ui responsiveness tweaks In-Reply-To: <1251053171-11450-2-git-send-email-rlane@club.cc.cmu.edu> References: <1251053171-11450-1-git-send-email-rlane@club.cc.cmu.edu> <1251053171-11450-2-git-send-email-rlane@club.cc.cmu.edu> Message-ID: <1252000456-sup-1452@masanjin.net> Both of these patches are on the branch preemptive-loading, merged into next. Thanks! It's a nice touch. I didn't really notice any differe from thread prioritization and Thread.pass call, but maybe that's my setup. Regardless, it can't hurt. I also reworked the load-more callback mechanism to be a little more thread safe and a little less insane. Now it uses a queue and has a dedicated loader thread pulling things off of it. Message thread loading is currently configured to just drop concurrent calls, so it should work fine. Now, all we need is a faster cursor in thread-index-mode. I will grant a Sup medal to anyone who can make that happen! -- William