[Haskell-cafe] ANN: vxml (validating xml lib) - maybe usable now, quadratic compilation time ?

Marc Weber marco-oweber at gmx.de
Sun Aug 31 23:10:24 EDT 2008


> There might still be some duplication.. in state transformation steps.
I've removed duplicate state machine paths.
Instead of approxmiately 1500 there are "only" 500 left.

You can see the impact on speed here
http://mawercer.de/~marc/vxml.svg
data  +  (red):  approx 1500
data3 *  (blue): approx 500 (current version)
data2 x (green): without validation

So most time is now spend somwhere else.

Sincerly
Marc Weber


More information about the Haskell-Cafe mailing list