mapleFU commented on issue #43573: URL: https://github.com/apache/arrow/issues/43573#issuecomment-2283097538
@buaazhwb > I think the builder->Resize() operation has pre-allocate space for offset and validity buffer. Will it be much slower than use individual offsets and data buffers and copy the validity buffer? I think this is due to "append bit to bitmap", Copy Bitmap is just like a memcpy, however, append bit to bitmap is a bit-or for everybit, which would be slower -- 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]
