OpenXML Filter: XLSX: Memory consumption: StringItem methods allocate extra memory

Issue #1343 closed
Denis Konovalyenko created an issue

net.sf.okapi.filters.openxml.StringItem#text:

In many cases, there is a single chunk of Text type to add.

net.sf.okapi.filters.openxml.StringItem#getEvents:

ArrayList initial capacity is not specified.

Comments (2)

  1. Log in to comment