lfeutre / hearty

An LFE Apple Health XML parser and Google Fit REST API client
Apache License 2.0
0 stars 0 forks source link

Explore memory mapped files #1

Closed oubiwann closed 1 year ago

oubiwann commented 1 year ago

Some of the XML data I'm looking at is quite large; it would be nice if I could work with if as memory mapped files ...

oubiwann commented 1 year ago

emmap is an awesome lib: I've really enjoyed getting to know it over the past few days. However, erlsom just isn't set up to handle streaming, not matter how hard I shoved that square peg in the round hole.

I'm going to create a new ticket to support streaming in lxml, and hearty will get this capability from there.

oubiwann commented 1 year ago

New lxml ticket is here: