Am Tue, 30 Aug 2022 08:38:37 -0400
schrieb Scott Kostyshak <skost...@lyx.org>:

> On Tue, Aug 30, 2022 at 01:20:08PM +0200, Kornel Benko wrote:
> 
> > > The latex generation part is just neligible.  
> > 
> > The latex part may help in find algorithm though, where is is often called. 
> >  
> 
> Ah that might be a good use case. Is find limited more by LaTeX export or 
> regex or
> something else? I could profile if we actually think we might consider 
> parallelization
> over LaTeX export of paragraphs.
> 
> Scott

Neither of them. The biggest limitation (IMO) is the analysing of tex-ouput
(splitOnKnownMacros()), but this is hard to parallelize.
Regex itself is fast.

        Kornel

Attachment: pgp2yeUht_kXD.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to