From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: [PATH] Speedups to org-table-recalculate Date: Fri, 1 Aug 2014 15:56:12 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDKo9-000260-VI for emacs-orgmode@gnu.org; Fri, 01 Aug 2014 17:56:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDKo9-0008Cg-8Z for emacs-orgmode@gnu.org; Fri, 01 Aug 2014 17:56:13 -0400 Received: from mail-qg0-x22c.google.com ([2607:f8b0:400d:c04::22c]:53244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDKo9-0008CT-3l for emacs-orgmode@gnu.org; Fri, 01 Aug 2014 17:56:13 -0400 Received: by mail-qg0-f44.google.com with SMTP id e89so6399626qgf.31 for ; Fri, 01 Aug 2014 14:56:12 -0700 (PDT) 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: Nathaniel Flath Cc: org-mode List Hi Nathaniel On Tue, Jul 29, 2014 at 2:03 PM, Nathaniel Flath wrote: > This patch speeds up org-table-recalculate by removing all 'message' > function calls. Additionally adds an early check for whether there are any > formulas and only executes the rest of the function if so. As far as I understand these `message' were added to see the progress of a long lasting recalculation which would not be supported any more with your patch. But I agree that it would be sufficient to report the current field/line only every let's say one second and suppress the others to gain speed for use cases like yours. Michael