$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [1.38] Beta release of PDF documentation (and somehelp needed).
From: John Maddock (john_at_[hidden])
Date: 2009-02-09 07:58:24
> XSLT has a feature called "keys" that lets you re-write O(n^2) code to
> be O(N log N). xsltproc has a --profile option that can help identify
> where the time is spent. Beware, however, that libxslt [and I guess
> that you're using libxslt, right?] has in the past had bugs in its
> implementation of this relatively rarely used feature.
Yes we're using xsltproc, and to be honest, this looks to be more complex
that I want to get into at present :-(
John.