On Mon, Jun 22, 2015 at 9:29 AM, Christian Grün christian.gruen@gmail.com wrote:
Hi Alex,
10k of XQuery code doesn't sound too much. Did you already test how much time goes into parsing, compiling and evaluating the query? You can e.g. see this by looking at the blue bars in the Info panel in the GUI, or by using -V on command line.
2-3 seconds on slow CPU (Athlon). If I run one function from the module directly, it works fine. The trouble in module parsing.
Best, Christian
On Fri, Jun 19, 2015 at 5:18 PM, Alexander Shpack shadowkin@gmail.com wrote:
Hi BaseX team!
How to increase performance of parsing and executing on custom xqm
module?
I have 10K lines of sxq code and it makes huge CPU load on the parsing process.
Any ideas?
-- s0rr0w