https://bz.apache.org/bugzilla/show_bug.cgi?id=58443

--- Comment #3 from Javen ONeal <[email protected]> ---
Current implementation runs in linear time to add one merged region, and
quadratic time if adding multiple regions. Is there a faster way (O(n log n)?)
to add multiple regions? If so, we may want to add a
addMergedRegions(List<CellRangeAddress>) if users plan on adding many merged
regions.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to