Smith-Cruise commented on issue #1430: URL: https://github.com/apache/orc/issues/1430#issuecomment-1884198165
> > I faced the same problem, DataBuffer's constructor is too heavy.  > > Lot's of time waste in memset() > > Do you want to submit a fix? @Smith-Cruise Actually, i didn't know how to fix it. I've tried using `reserve()` instead of `resize()`, but it will sometimes cause decompression error. Just looks like that `memset()` is necessary. -- 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]
