You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/07 12:37:26 UTC

[GitHub] [arrow-rs] jhorstmann commented on issue #1811: Replace RawPtrBox with Ouroboros

jhorstmann commented on issue #1811:
URL: https://github.com/apache/arrow-rs/issues/1811#issuecomment-1148610727

   Interesting, haven't seen or tried that crate before, but seems to solve the exact problem that our Array types have where we have data owned by ArrayData but to access it without indirections using a pointer or slice. The crate looks healthy, several contributors and releases. The macro might slow down compilation a bit, but I think that's a worthwhile tradeoff.
   
   `RawPtrBox` also implements `Send` + `Sync`, I think that should also work automatically for slices.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org