Cole-Greer commented on code in PR #3422: URL: https://github.com/apache/tinkerpop/pull/3422#discussion_r3230200071
########## CHANGELOG.asciidoc: ########## @@ -32,6 +32,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Removed `readable-stream` dependency from `gremlin-javascript`. * Added `Character`, `Binary`, `Duration` to the `gremlin-lang` grammar, GLVs, and Translators. * Refactored `gremlin-python` receive path to stream results directly from the HTTP response through the configured `response_serializer`. +* Fixed slow GraphBinary deserialization in `gremlin-python` by chunk-buffering the HTTP response in `AiohttpSyncStream` instead of running the asyncio event loop on every byte-level read. Review Comment: Nit: This probably doesn't need a changelog entry as it's just augmenting the yet unreleased python streaming change. -- 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]
