THausherr commented on pull request #107: URL: https://github.com/apache/pdfbox/pull/107#issuecomment-969853797
> > > Hi, @THausherr ! The classes JBIG2Filter (decode method) and COSWriter (getDataToSig method) uses a SequenceInputStream class with constructor with Vector creation. The Vector is syncronized collection and, you know, it is slow. Is it necessary to use this constructor but not another? This is a one time thing for saving or for decoding an unusual image type so the effect will be negligible. Even oracle hasn't changed it. Using the other constructor would make it less readable. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
