would very much like to have this code
accepted into the official source tree in some capacity, and are willing to make
changes to the code in order to have that happen.
I'd like some advice on whether this is being looked at, or if it's on somebody's
to-do list somewhere.
T
Hi.
It seems likely that you're running into the bug where UserDataHandlers are not called
on non-leaf nodes in the tree: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16817
There's a patch attached to that bug (hint, hint). :)
-Nathan Codding
PureEdge Solutions, Inc
-Origin
Hi guys,
Poor userdata performance was due to RefHashTableOf not expanding the size of the
table as the number of nodes with userdata increased, leading to linear-time lookup
performance. Here's the bug in question:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15503.
The patch to fix this
will get notified
when the original node is deleted, giving you an easy way to tell when to release your
wrapper node.
-Nathan
Nathan Codding
PureEdge Solutions Inc
http://www.PureEdge.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent
Or have a look at GenX, a lightweight C library for generating well-formed, even
Canonical, XML: http://tbray.org/ongoing/When/200x/2004/02/20/GenxStatus
-Nathan
-Original Message-
From: Sean Kelly [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 18, 2004 9:52 AM
To: [EMAIL PROTECTED]
Subje
We have successfully compiled shared libraries on AIX using GCC, however we do not use
the GNU linker. After seeing comments from people with @ibm.com email addresses saying
things like "GNU Binutils does not fully support AIX 5L"
(http://gcc.gnu.org/ml/gcc-help/2003-07/msg00082.html), we decid