From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Pohlack Subject: Re: new tag query parser [1/5] -- the motivating issues Date: Sat, 18 Aug 2012 16:18:12 +0200 Message-ID: <502FA424.4010004@os.inf.tu-dresden.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2jr4-0000T5-9h for emacs-orgmode@gnu.org; Sat, 18 Aug 2012 10:18:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T2jr3-0007Ph-Ft for emacs-orgmode@gnu.org; Sat, 18 Aug 2012 10:18:22 -0400 Received: from os.inf.tu-dresden.de ([141.76.48.99]:46587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2jr3-0007PC-9J for emacs-orgmode@gnu.org; Sat, 18 Aug 2012 10:18:21 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christopher Genovese Cc: emacs-orgmode@gnu.org Hi Christopher, If I understand your descriptions correctly, your proposed changes are very cool. Could you elaborate a little bit on performance? * Are we going to see speedups? In what cases? How much? * If we lose performance, could you quantify that a bit with some examples? A question regarding backwards compatibility (I might have missed that in the description, sorry): Are you converting existing queries on the fly each time, or do we have to convert our queries once? If yes, is there some assisting code? Thanks, Martin