You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2023. It is now read-only.
The format doc and Clojure implementation happily support multiple writes to a stream, i.e. multiple calls to (transit/write writer my-val). However, on these streams that have been multiple-written, transit-python appears to break reading even the first value out of the stream:
Any plans on supporting this feature in transit-python? This would be super awesome for being able to load large seqs into Python without holding the head / realizing the whole thing into memory at once. Thank you!