Open GuiJordao21 opened 5 years ago
I have a performance question.
if i have a array of buffers and want to use .parseBuffer() inside a for loop, is it ok to instantiate pdfParser = new PDFParser(); on every iteration?
pdfParser = new PDFParser();
I think it doesn't have much of a problem although maybe there are better ways
I have a performance question.
if i have a array of buffers and want to use .parseBuffer() inside a for loop, is it ok to instantiate
pdfParser = new PDFParser();
on every iteration?