rss icon indicating copy to clipboard operation
rss copied to clipboard

Provide SAX-like event-driven API

Open MikaelPorttila opened this issue 4 years ago • 0 comments

To support GB sized XML files we need to change to a streaming approach. The input should be chunked and the output should be event driven where every single news feed item/entry should be dispatch then disposed directly in the parser.

The underlying XML-reader is already SAX-based so we mostly need to figure out how to read the input chunk-wise.

MikaelPorttila avatar Jun 24 '20 16:06 MikaelPorttila