[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Typol Execution (timing)
- Subject: Re: Typol Execution (timing)
- From: td@babar.inria.fr (Thierry Despeyroux)
- Date: 26 Aug 92 08:42:56 GMT
In a private mail, giving some precise timing, Thomas Kuehne writes:
=>Do I have to live with such a long conversion time,
=>or is this an indication for something out of order?
We discovered that the time to tranfer a tree from prolog to lisp
was not linear, but n^2. This problem is cured and a patch will be
available soon.
The same problem arise for parsing when the metal "-post" constructor
is used. It will be more difficult to solve this problem. But you can
avoid it choosing the "-pre" constructor when it is possible.
Thanks to Thomas Kuehne for his precious complaints!
--
Send contributions to centaur@sophia.inria.fr. Registration and
administrative matters should be sent to centaur-request@sophia.inria.fr.
+---------------------------------------------------------------------------+
| Thierry Despeyroux | email: Thierry.Despeyroux@sophia.inria.fr |
| I.N.R.I.A. Sophia-Antipolis | phone: +33 93 65 77 07 fax: +33 93 65 77 66 |
+---------------------------------------------------------------------------+
- References:
- Typol Execution
- From: kuehne@isa.informatik.th-darmstadt.de (Thomas Kuehne)