LargeXlsx icon indicating copy to clipboard operation
LargeXlsx copied to clipboard

small object heap contention

Open AntonyCorbett opened this issue 9 months ago • 0 comments

Caches a single row number as a string. Used to provide the CurrentRowNumber in string form during worksheet production where rows are processed consecutively and multiple columns generate string representations of the current row. Reduces small object heap allocations by a couple of GB in the Examples suite.

Minor mod. Consider whether the improvement in memory usage is significant enough to warrant.

AntonyCorbett avatar May 21 '24 11:05 AntonyCorbett