On Tue, 2023-10-10 at 15:24 -0400, Scott Kostyshak wrote:
> From what I understand, this means we haven't spent enough time
> optimizing the code for 2.7. ;)
This should be a development goal as soon as 2.4 is released. :-D
--
José Abílio
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://
On Tue, Oct 10, 2023 at 08:17:13PM +0100, José Matos wrote:
> Just for fun I ran the conversion of the 2.3 User Guide to the 2.4
> format. In order to do that I used the several versions of Python that
> I have available since lyx2lyx only uses the standard library:
>
> [jamatos@griffin ~]$ for v
Just for fun I ran the conversion of the 2.3 User Guide to the 2.4
format. In order to do that I used the several versions of Python that
I have available since lyx2lyx only uses the standard library:
[jamatos@griffin ~]$ for v in 2 3.{6..12};
do echo -n $v; time python$v /usr/share/lyx-devel/lyx