I went ahead and created a temporary home page for Aalto, at Cowtowncoder hatchery: http://www.cowtowncoder.com/hatchery/aalto/index.html The interesting part...
Given that neither the default stax api nor stax2 extension offers necessary methods to handle non-blocking parsing case, I thought I should outline the way to...
I was asked whether the properties under "Usage" section on Aalto page were incorrect, and found out that indeed I had cut'n pasted them incorrectly (which...
Hello (Tatu & 3 others?), Some guys from a software project called tango (http://dsource.org/projects/tango) have written an XML parser for the D programming...
... Very cool, thank you for testing this out! I would also be interested in seeing the second document (given the speed increase there was much less...
Hi, Yes, I thought it was good to see Aalto trounce javolution. (I thought javolution might do a bit less memory allocation). Second test is this xml file:...
... It may, but Aalto does not (nor Woodstox actually) allocate all that much garbage -- all names are pooled, and content strings are only constructed when...
... Heh, maybe time for me to finish this http://findlay.net.nz/paul/2007/07/04/xml-parser (Also, yes I think the tango 'tokenizer' takes a few ideas from...
On Thu, Feb 28, 2008 at 4:25 PM, Paul Findlay <r.lph50@...> wrote: ... Makes sense, and could even be due to similar influences. I did write my "QnD"...
Paul, very quick note/question: after checking out Aalto performance against soap_mid.xml (which is a degenerate nasty doc... no wonder it's much slower...
... Thanks! Also, on a related note, I noticed that commenting functionality doesn't work at the blog. It would make it easier to leave specific feedback to...
Ok, updated results have been added. There's probably one mistake in "jdk6 stax" (which I think now uses Aalto... heh). But at least numbers for Aalto are more...
One more quick note: it looks like tests were run without "-server" flag. That may result on '-client' being used (depends on machine, for jdk6). If so, Java...
Quick note, I released 0.9.1; has minor performance improvements, and quite a bit of fixes to async (non-blocking) parser. I will try to get coalescing mode...
After porting basic Stax2 Typed Access API functionality (using Woodstox stax ref. impl, which makes it quite easy), and fixing a few bugs (character quoting...
Since it has been a while after 0.9.2, without much visible progress, I thought I should send a quick note to talk about what is happening. Right now I am...
As the business war on the air is hotting up with so many low-budget airlines dominating the sky, the passengers can now enjoy the best deals. The webguide -...
It has been a while, but after Woodstox 4.0.0 was released, and Typed Access API (part of stax2-api) finalized, it was time to work a bit on Aalto. With 0.9.3,...
Although the article is bit light on specifics (or I missed them), this does look very interesting: http://technotes.blogs.sapo.pt/ looks like Linux + open...
... You found my little benchmark! :-) I will gladly awnser any question you have. You can read the entire discussion with the guy from Microsoft responsible...
... Thanks! Very interesting discussion, and thank you for getting back to me so fast. This feedback is very useful, and it is always good to get to know ...
Ok, of 2 missing Stax 1.0 features, one is now fully implemented. The next release (0.9.4) will contain fully functioning namespace-repairing mode for...
Hi Luis! One idea occured to me today: I don't know how easy it would be to do, but looking at wstest home page, it might be doable, depending on how tightly...
... It sounds cool, I was thinking something similar but using Google Protocol Buffers, I might as well test json. It would make a nice comparison. I will try...
... Cool! I have tested PB earlier, and it's quite easy. The main challenge was that it's a bit of apples & oranges, given how tightly coupled PB is. Messages...
After finishing the namespace-repairing mode for stream writers, implementing coalescing mode, and ensuring that both pass 100% with existing staxtest and...