RFC: concurrent forks of graphics conversions
Jean-Marc Lasgouttes
lasgouttes at lyx.org
Mon Sep 26 10:05:13 UTC 2022
Le 23/09/2022 à 21:43, Scott Kostyshak a écrit :
> Pavel gave some helpful direction regarding where concurrency might be
> especially helpful: graphics conversion.
Note that when we go this way, we will have to require gcc 5 in order to
obtain thread safety for std::string. The alternative would be to use
lyx::trivstring in lots of places (we have some already).
This is not a problem and will simplify our existing code.
JMarc
More information about the lyx-devel
mailing list