Re: [NTG-context] Performance and fonts issues
Hi, 1)
those fonts are loaded for math (and only once as fonts are shared)
Don't understand what 'shared' fonts mean, but how can I prevent these math fonts from loading? Maybe elaborate the typescript? 2)
this takes 2.5 seconds on my machine
\starttext \usetypescript[palatino] \setupbodyfont[palatino] test\par \usetypescript[postscript] \setupbodyfont[postscript] test\par \usetypescript[cambria] \setupbodyfont[cambria] test\par \stoptext
Mine is 2.656sec, but actual time is > 5 sec (I had a lot of complaints about math issues like 'math virtual | unicode point U+1D6EB has no index 004B in vector tex-mi for font rtxmi' ) 3) Would it be reasonable to have ConTeXt as a service sitting in the memory and processing documents on demand? I believe that >2sec for processing a single page plain text document is ridiculous. Given modern computer power, I suppose it can be done instantly. (Or am I are mistaken?) Regards, Vyatcheslav
Vyatcheslav Yatskovsky wrote:
Mine is 2.656sec, but actual time is > 5 sec (I had a lot of complaints about math issues like 'math virtual | unicode point U+1D6EB has no index 004B in vector tex-mi for font rtxmi' )
if you run from the console (cmd), then consider switching to 'console2' which is faster wrt refresh (windows consoles have a high refresh rate)
Would it be reasonable to have ConTeXt as a service sitting in the memory and processing documents on demand? I believe that >2sec for processing a single page plain text document is ridiculous. Given modern computer power, I suppose it can be done instantly. (Or am I are mistaken?)
one still would need to initialize .. and in most cases docs are more than one page Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Vyatcheslav Yatskovsky