Re: [O] [PATCH] Fix massive slowdown in org-id-find

2015-03-25 Thread Jacob Nielsen
I have this in one of my org files: # -*- cache-long-scans: nil; -*- # This makes forward-line much faster and thus org-goto-line and thus org-table-sum (C-c +) Does setting cache-long-scans to nil help in this case also ? Best, Jacob

Re: [O] Performance of table computing

2015-03-31 Thread Jacob Nielsen
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. > > The file in itself is quite big (11,000 lines), but I did not exp

Re: [O] Performance of table computing

2015-03-31 Thread Jacob Nielsen
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,

Re: [O] another example of org being slow, with some analysis

2015-06-22 Thread Jacob Nielsen
Nick Dokos writes: > Eric S Fraga writes: > >> On Friday, 19 Jun 2015 at 08:19, Daniel Bausch wrote: >> >> [...] >> >>> Line 6000 is indeed quite "lame". I have similar problems like Eric. A >>> table recalculation at line 43868 takes about a minute at my quite fast >>> machine. I also tracke

Re: [O] working with tables can be quite painful...

2016-09-20 Thread Jacob Nielsen
Eric S Fraga writes: Hi, I've had these lines in my org files for a long time. Perhaps they help ? # -*- cache-long-scans: nil; -*- # This makes forward-line much faster and thus org-goto-line # and thus org-table-sum (C-c +) Best regards, Jacob > Hello, > > I am working with a table. It has a