alamb commented on issue #8561: URL: https://github.com/apache/arrow-rs/issues/8561#issuecomment-3376801672
> Since this would involve breaking the existing api, it would probably have to be done in multiple steps. First introducing a separate MutableBooleanBuffer and deprecating the set_bit / get_bit functionality, and only afterwards refactoring the BooleanBuilder. We could also potentially leave the existing set/get functionality (deprecated) and optimize BooleanBuilder for the append case, which wouldn't technically be a breaking API (though users might experience a performance regression if they continued to use the old APIs) cc @tobixdev @tustvold @crepererum for your comments -- 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]
