ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
[parent not found: <mailman.6427.1208935135.4340.ntg-context@ntg.nl>]
[parent not found: <mailman.6115.1208677187.4340.ntg-context@ntg.nl>]
[parent not found: <mailman.6092.1208622435.4340.ntg-context@ntg.nl>]
[parent not found: <mailman.6047.1208588332.4340.ntg-context@ntg.nl>]
[parent not found: <mailman.5882.1208410771.4340.ntg-context@ntg.nl>]
[parent not found: <mailman.5781.1208303542.4340.ntg-context@ntg.nl>]
[parent not found: <mailman.5741.1208259066.4340.ntg-context@ntg.nl>]
[parent not found: <mailman.4851.1207985975.4340.ntg-context@ntg.nl>]
* mplib
@ 2008-04-11 23:37 Wolfgang Werners-Lucchini
  2008-04-12  6:59 ` mplib Hans Hagen
  0 siblings, 1 reply; 38+ messages in thread
From: Wolfgang Werners-Lucchini @ 2008-04-11 23:37 UTC (permalink / raw)
  To: ntg-context

Hallo,

the following compiles ok, but gives me an status 3=fatal error.
Can someone please point me to the error?

\startlua
mp = mplib.new ( {
    hash_size = 100000,
    main_memory = 2000000,
    param_size = 100000,
} )

if mp then
    res = mp:execute(
"beginfig(1) draw (0,0) .. (1,1) .. (2,1); endfig; bye;" )
    tex.print("[" .. tostring(res.status) .. "]")
    mp:finish()
end
\stoplua

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 38+ messages in thread
* mplib
@ 2008-03-14 17:21 Hans Hagen
  2008-03-14 17:32 ` mplib Santy, Michael
  2008-03-14 17:51 ` mplib Aditya Mahajan
  0 siblings, 2 replies; 38+ messages in thread
From: Hans Hagen @ 2008-03-14 17:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

as some of you may know, there is an mplib project ..

last week taco and spent quite some time on exploring the integration in 
luatex (and therefore mkiv)

experiments with loadiing the format, processing graphics and conversion 
to pdf show a throughput of less than 0.001 seconds per graphic; a usual 
we did much timing and although experimental, the code is already pretty 
okay, just to give an idea:

	mkiv lua stats : metapost processing time  - 6.834 seconds (loading: 
0.014 seconds, execution: 1.474 seconds, n: 15000)

indeed, that's 15K graphics in 7 seconds.

so, the next couple of months i'll start providing an adapted mp 
handling mechanisms. among the possible options are

- extensions based on pre/postscripts (instead of specials)
- multiple mp engines (\startuseMPgraphic[metafun]{name} and such)

so, if you have specific wishes ... now is the time to let them know


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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 38+ messages in thread
* mplib
@ 2007-03-19 11:28 Hans Hagen
  2007-03-19 12:42 ` mplib Hans Hagen
  0 siblings, 1 reply; 38+ messages in thread
From: Hans Hagen @ 2007-03-19 11:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hoi,

cstug 1000 euro, gust conversie van metatype1 naar mp++

dus nu nog 500 van tug lospeuteren

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
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2008-04-23 13:28 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.5117.1208086262.4340.ntg-context@ntg.nl>
2008-04-14 23:13 ` mplib Wolfgang Werners-Lucchini
2008-04-15  7:34   ` mplib Hans Hagen
2008-04-15 11:07   ` mplib Taco Hoekwater
     [not found] <mailman.6427.1208935135.4340.ntg-context@ntg.nl>
2008-04-23 11:02 ` mplib Wolfgang Werners-Lucchini
2008-04-23 13:28   ` mplib Taco Hoekwater
     [not found] <mailman.6115.1208677187.4340.ntg-context@ntg.nl>
2008-04-23  6:18 ` mplib Wolfgang Werners-Lucchini
2008-04-23  7:15   ` mplib Taco Hoekwater
     [not found] <mailman.6092.1208622435.4340.ntg-context@ntg.nl>
2008-04-19 21:19 ` mplib Wolfgang Werners-Lucchini
2008-04-19 21:20   ` mplib Hans Hagen
2008-04-19 21:41   ` mplib Taco Hoekwater
     [not found] <mailman.6047.1208588332.4340.ntg-context@ntg.nl>
2008-04-19 16:35 ` mplib Wolfgang Werners-Lucchini
     [not found] <mailman.5882.1208410771.4340.ntg-context@ntg.nl>
2008-04-18 18:40 ` mplib Wolfgang Werners-Lucchini
2008-04-19  6:51   ` mplib Taco Hoekwater
2008-04-19 15:39   ` mplib Taco Hoekwater
     [not found] <mailman.5781.1208303542.4340.ntg-context@ntg.nl>
2008-04-16 22:38 ` mplib Wolfgang Werners-Lucchini
     [not found] <mailman.5741.1208259066.4340.ntg-context@ntg.nl>
2008-04-15 19:22 ` mplib Wolfgang Werners-Lucchini
2008-04-15 21:49   ` mplib Taco Hoekwater
     [not found] <mailman.4851.1207985975.4340.ntg-context@ntg.nl>
2008-04-12 19:47 ` mplib Wolfgang Werners-Lucchini
2008-04-13 10:31   ` mplib Taco Hoekwater
2008-04-11 23:37 mplib Wolfgang Werners-Lucchini
2008-04-12  6:59 ` mplib Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2008-03-14 17:21 mplib Hans Hagen
2008-03-14 17:32 ` mplib Santy, Michael
2008-03-14 17:46   ` mplib Hans Hagen
2008-03-14 17:51     ` mplib Santy, Michael
2008-03-14 20:22       ` mplib Hans Hagen
2008-03-14 21:19         ` mplib Taco Hoekwater
2008-03-14 17:51 ` mplib Aditya Mahajan
2008-03-14 22:48   ` mplib Mojca Miklavec
2008-03-15 10:18     ` mplib Hans Hagen
2008-03-15 13:12       ` mplib Mojca Miklavec
2008-03-16  9:58       ` mplib zs
2008-03-16 10:13         ` mplib Mojca Miklavec
2008-03-15  7:23   ` mplib Taco Hoekwater
2007-03-19 11:28 mplib Hans Hagen
2007-03-19 12:42 ` mplib Hans Hagen
2007-03-19 19:00   ` mplib Karl Berry
2007-03-19 19:06   ` mplib Sanjoy Mahajan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).