tustvold commented on issue #4886:
URL: https://github.com/apache/arrow-rs/issues/4886#issuecomment-1922446593

   That's likely the result of https://github.com/apache/arrow-rs/pull/4861 
which avoided needing to serialize numerics to strings. TBC the tape largely 
exists to serve the needs of the raw arrow JSON decoder. It was largely hooked 
up into serde because we could do so with little additional effort, only very 
basic effort has been made to optimise it for this usecase. 
   
   I am, however, very interested if a combination of serde_json and 
serde_arrow is competitive with the raw JSON implementation, as that would open 
up some very interesting possibilities.


-- 
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]

Reply via email to