RE: Simple JNI wrapper for libxml & libxslt wanted
David Neary <[email protected]> Tue, 23 Sep 2003 09:34:22 +0200
| Newsgroups | gmane.comp.gnome.lib.xml.bindings |
|---|---|
| Message-ID | <D0511E8CBAEBD611A92600B0D0791811381A3F@APOLLO> |
Hi, De : [email protected] [mailto:[email protected]] > Well, it might be a good idea to get this clear first. > > Just use xsltproc to do some timing. Something like this: I have done that - this is one of the reasons we're prepared to put the tim einto finding a JNI wrapper. A transform that is taking 20 to 25 seconds in a servlet using XT is taking about half a second using xsltproc. > But then you evaluate the quality of swig and JNI ;-) > Swig and JNI add quite a bit of performance overhead (object creation, > input/output parameter conversion etc.). Sure. That's why I would like to test them :) Cheers, Dave.