Re: [xsl] Yet another XSLT1 processor: turboxsl. 10x times faster than libxslt

Subject: Re: [xsl] Yet another XSLT1 processor: turboxsl. 10x times faster than libxslt
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Fri, 7 Mar 2014 21:25:20 +0000
Excellent news.

A little worrying to read in your TODO list, however:

  - XML namespaces not supported;

I hope you are not intending such restrictions to be permanent!

I hope you will be able to take advantage of the W3C XSLT test suite which is
now public at https://dvcs.w3.org/hg/xslt30-test/ -- The test suite attempts
to mark tests according to whether they will run under XSLT 1.0, 2.0, or 3.0,
but it's entirely possible that the labels are not always accurate, so please
provide any feedback if you find discrepancies.

Michael Kay
Saxonica

On 7 Mar 2014, at 20:46, PP<P8QQP8P9 PQP8P1P>P2 <gu@xxxxxxxxx> wrote:

> Hi there.
>
> After several failed attempts to change libxslt for proper multi
> threading support we have made brand-new XSLT 1.0 transform engine.
> For our tasks (dedicated real-time transform for web-site) it performs
> somewhat ten times faster than libxslt we are currently using, so we
> plan to polish this one and put it to production.
>
> https://github.com/Litres/turboxsl - lib itself
> https://github.com/Litres/TurboXSLT - perl interface
>
> We have sacrificed some complex things and there are still things to
> do, but with 10x speed bonus we are going to run it at the production
> site asap.
>
> It's time to speed things up. :)

Current Thread