From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Painfully Slow Export Date: Wed, 13 Jun 2018 20:32:20 +0200 Message-ID: References: <73844D54-30A4-48CB-8303-6DA3C932A444@ucsd.edu> <04337B1C-B1CB-4349-87E1-5C7051B38BA7@ucsd.edu> <5817E7AF-A6BB-42A3-93D1-22387C23D618@ucsd.edu> <234D6E4E-7E88-4ABB-9277-BBE80A18D179@ucsd.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTAXS-0005bX-VO for emacs-orgmode@gnu.org; Wed, 13 Jun 2018 14:30:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTAXL-0001TO-4j for emacs-orgmode@gnu.org; Wed, 13 Jun 2018 14:30:32 -0400 Received: from mail-wr0-x230.google.com ([2a00:1450:400c:c0c::230]:46682) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fTAXK-0001P6-Tf for emacs-orgmode@gnu.org; Wed, 13 Jun 2018 14:30:27 -0400 Received: by mail-wr0-x230.google.com with SMTP id v13-v6so3741796wrp.13 for ; Wed, 13 Jun 2018 11:30:26 -0700 (PDT) In-reply-to: <234D6E4E-7E88-4ABB-9277-BBE80A18D179@ucsd.edu> 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" To: "Berry, Charles" Cc: Org-mode Hi Chuck, Thanks for your continued help and interest in this issue. Here are the results from the timing test using your code: | # Blocks | w/o noweb | noweb | NESTED noweb | |----------+-----------+-------+---------------| | 3 | 0.05 | | 0.33 | | 13 | 0.155 | 1.9 | 3.76 | | 23 | 0.27 | 6.8 | 16.95 | | 33 | 0.40 | 16.8 | 37.96 | | 43 | 0.62 | | 81.92 | | 143 | 4.06 | | | On 2018-06-13 at 19:55 +02, Berry, Charles wrote: > This is on my late-2012 MacBook Pro. MacOS 10.13.5, Emacs 25.3.1, org > 9.1.13. So this sounds almost exactly like your setup. I'm on a 2014 MBP, 10.12.6, same Emacs and Org, and 16 GB RAM. > Maybe time to try a minimal init file to see if something you have > customized is bogging things down. I've been doing this in "Emacs -Q" the whole time. I'm not sure why this works on your system and not mine, but this is my first foray into noweb. I'll return to my old methods for now, or at least separate the code and text I'm about to begin writing into separate Org docs so that the text export is not impacted by this issue. -k.