From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Nielsen Subject: Re: Performance of table computing Date: Tue, 31 Mar 2015 14:02:07 +0200 Message-ID: <5avbhh2x4w.fsf@alcensoft.com> References: <86pp7p1mvu.fsf@example.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ycuv0-0001ZH-V3 for emacs-orgmode@gnu.org; Tue, 31 Mar 2015 08:05:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ycuuv-000206-Vh for emacs-orgmode@gnu.org; Tue, 31 Mar 2015 08:05:18 -0400 Received: from plane.gmane.org ([80.91.229.3]:37235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ycuuv-000202-Ow for emacs-orgmode@gnu.org; Tue, 31 Mar 2015 08:05:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ycuul-0005a1-7p for emacs-orgmode@gnu.org; Tue, 31 Mar 2015 14:05:03 +0200 Received: from x1-6-28-c6-8e-95-93-22.cpe.webspeed.dk ([2.108.129.166]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Mar 2015 14:05:03 +0200 Received: from jacob.nielsen by x1-6-28-c6-8e-95-93-22.cpe.webspeed.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Mar 2015 14:05:03 +0200 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: emacs-orgmode@gnu.org Sebastien Vauban writes: > Hello, > > In one of my Org files, I have 20 small tables. Among them, 11 have > a line of formula's (TBLFM), mainly for computing a total (sum), so > that's in essence relatively standard and simple. It looked like like Gnus failed when sending my reply the last time, so sorry if this post comes twice. Try this: # -*- cache-long-scans: nil; -*- # This makes forward-line much faster and thus org-goto-line and # thus org-table-sum (C-c +) My org file is 9990 lines and I just do weekly summations on small tables used for invoices. The performance was driving my crazy but setting cache-long-scans to nil has made me happy again. Best regards, Jacob