Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by h1439878.stratoserver.net (8.14.2/8.14.2/Debian-2build1) with SMTP id p02A2dgL007757 for ; Sun, 2 Jan 2011 11:02:41 +0100 Received: (qmail 15159 invoked by alias); 2 Jan 2011 10:02:35 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 02 Jan 2011 10:02:34 -0000 Received: from relay2.uni-heidelberg.de (EHLO relay2.uni-heidelberg.de) [129.206.210.211] by mx0.gmx.net (mx041) with SMTP; 02 Jan 2011 11:02:34 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id p02A0o2C009075 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 2 Jan 2011 11:00:51 +0100 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id p01N14Re014420; Sun, 2 Jan 2011 11:00:47 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 770557 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sun, 2 Jan 2011 11:00:47 +0100 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id p02A0lOo005642 for ; Sun, 2 Jan 2011 11:00:47 +0100 Received: from mail-ey0-f177.google.com (mail-ey0-f177.google.com [209.85.215.177]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id p02A0hxo008991 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL) for ; Sun, 2 Jan 2011 11:00:46 +0100 Received: by eyd9 with SMTP id 9so6650426eyd.22 for ; Sun, 02 Jan 2011 02:00:43 -0800 (PST) Received: by 10.213.4.67 with SMTP id 3mr14797540ebq.46.1293962442930; Sun, 02 Jan 2011 02:00:42 -0800 (PST) Received: from localhost ([197.193.33.96]) by mx.google.com with ESMTPS id b52sm13801332eei.1.2011.01.02.02.00.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 Jan 2011 02:00:41 -0800 (PST) References: <4D1F6F9D.9020209@laposte.net> <4D1F8145.2010308@morningstar2.co.uk> <4D1F8BFD.5000803@laposte.net> <4D1F8DFE.70205@morningstar2.co.uk> <20110101204323.GA14218@khaled-laptop> <4D1F94F8.2010306@morningstar2.co.uk> <20110101230758.GA15697@khaled-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Whitelist: Message-ID: <20110102100031.GA2199@khaled-laptop> Date: Sun, 2 Jan 2011 12:00:32 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Khaled Hosny Subject: Re: LaTeX3 and engines To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Mail was not recognized as spam); Detail=5D7Q89H36p77e5KAPs1l6v/Sb97LojnDtMgfETrECMLUO9erHzOJe+OynZRhvlGqb5A0X bbiCt2rAnnct/NAlbHMvoAL6GY+23tB3khNK7aqcuJkHrktl7heUBBMuxWDU8MR6sgnaA+ruWxex YrTyw==V1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de Status: R X-Status: X-Keywords: X-UID: 6490 On Sun, Jan 02, 2011 at 10:31:36AM +0100, Simon Spiegel wrote: > On 02.01.2011, at 00:07, Khaled Hosny wrote: > > > > > > >> As I said earlier, we decided to require \pdfstrcmp after some > >> applications came up where the alternatives were a bad idea > >> (difference in expandability with different supported engines). So > >> this might change as we develop more code. I can only comment on > >> what we have now, where there is no strong case for dropping support > >> for pdfTeX. (Indeed, almost all of the day-to-day testing I do uses > >> pdfTeX as it remains my default engine. LuaTeX is a lot slower, I'm > >> afraid, quite apart from questions about bugs introduced by the > >> ongoing changes.) > > > > I'd be interested to know more about this slowness, my own tests shows > > that luatex 0.60 is just 1.3 to 1.6 as slower as pdftex, not that > > significant IMO, and that is testing with "stock" format, code written > > to take advantage of luatex features can be much faster than comparable > > pdftex code (in context, for example, certain operations are done tens > > of times faster in luatex than in pdftex). > > Well, I guess it really depends on what you compare. I've done various tests wtih lualatex, fontspec and OpenType fonts and for me this setup is way slower than doing anything comparable with pdftex and Type1 fonts. I do of course realize that it's not fair to compare these things since they are technically completely different, but at least for me the conclusion was not to use the lualatex/fontspec/OTF combo if not absolutely needed since typesetting was so much slower. This is okay for the last run of an already finished document but for the "casual compiling" while I'm actively working on the document, it's way too slow for me. They are not just technically different, also the things you can do with "lualatex/fontspec/OTF combo" is way beyond what pdftex can do. What I was asking for is comparing identical tasks as my point is if luatex can do what pdftex does plus more, then even for people who don't need the "more" luatex should be fine and we gain the extra functionality for the people who need it. (This is mainly because I've see many people reluctant to use xetex because they need pdftex features that it does not). Regards, Khaled -- Khaled Hosny Arabic localiser and member of Arabeyes.org team Free font developer