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
More an idea than an issue, but rather than JSON structures for intermittent data, apache arrow (https://arrow.apache.org/) would be another option for the data structures. This would naturally mean better support for other languages in the future and in the short term be significantly faster than having to serialize and deserialize data between languages.
The text was updated successfully, but these errors were encountered:
Thanks for the comment. I’ll look into Apache Arrow. Apparently ~80% of processing time can be wasted on serialization/deserialization, so between that and better support across languages Apache Arrow might be a nice fit.
More an idea than an issue, but rather than JSON structures for intermittent data, apache arrow (https://arrow.apache.org/) would be another option for the data structures. This would naturally mean better support for other languages in the future and in the short term be significantly faster than having to serialize and deserialize data between languages.
The text was updated successfully, but these errors were encountered: