fungiboletus commented on issue #24833: URL: https://github.com/apache/arrow/issues/24833#issuecomment-2646115946
> > > Any update on the timelines for JS implementation to support buffer compression > > > > > > If you are stuck and really need this feature, I can say that I implemented a working workaround using an apache arrow library in rust, with wasm. Doesn’t have to be rust. > > It would be great if you can share some snippets or reference to the library? It was private source code for a customer unfortunately, but I think the library was the official one: https://github.com/apache/arrow-rs I also made sure to use the buffers/arrays that do not copy data when you move data between the wasm web worker and the main thread. I remember that is was a smooth sailing, following the rust web assembly tutorial. -- 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]
