Re: RDFa worst case memory usage for SAX-based parsers the same as DOM-based parsers

Manu Sporny wrote:
> That should fix the issue. The worst case is still the same as the DOM
> case, but that's only if somebody decides to put @property on the <body>
> element.

And that's the case where the actual literal that you need to output is 
itself large. Your memory usage grows only as big as the size of your 
triplestore. So I think that's an acceptable "worst case".

I can't say this enough: very nice work on optimizing!

-Ben

Received on Wednesday, 11 June 2008 19:23:11 UTC