felipecrv commented on PR #33: URL: https://github.com/apache/arrow-experiments/pull/33#issuecomment-2318377807
> Thanks @felipecrv, this looks great! The only problem I see here is that the calls to `feedparser.feed()` in the client example are excruciatingly slow—but you've explained clearly that this is an incidental affect of using the Python email module. Maybe later (with lower priority) we can come back and develop a more performant example. Yeah. It's the parsing logic. Passing the entire 1GB message blob to `email.message_from_bytes()` is even slower without accounting for the time it takes to build the buffer. I called this `simple_client.py` because later we should include the `streaming_client.py`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
