paleolimbot commented on issue #53:
URL: https://github.com/apache/arrow-nanoarrow/issues/53#issuecomment-1289032211

   Yeah, the fact that `some_r_schema$name <- "something else"` makes a deep 
copy of `some_r_schema` with my current design is probably not ideal...if it 
were just a classed R list I could probably avoid some copies. That design is 
mostly nice because it simplifies the overall structure (a `nanoarrow_schema` 
== `struct ArrowSchema`; a `nanoarrow_array` == `struct ArrowArray`).


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