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

            Bug ID: 58670
           Summary: Replace SXSSFRow's implentation of SXSSFCell[] storage
                    with a TreeMap<Int, SXSSFCell>
           Product: POI
           Version: 3.14-dev
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: SXSSF
          Assignee: [email protected]
          Reporter: [email protected]

>From dev mailing list [1]
Replace SXSSFRow's data structure for storing SXSSFCells with a TreeMap, which
uses less memory than an Array for sparse spreadsheets, reduces the number of
lines of code, and is faster for some methods (trivially slower for others).
Since the purpose of the streaming workbook API is to have a lower memory
footprint and not speed, this seems like a good tradeoff.

[1]
https://mail-archives.apache.org/mod_mbox/poi-dev/201511.mbox/%3CCABdJj57-Z1sMtdTXdTj8-r_PJ2TmRFHJ%3DM2RfHUU49hiATgW7Q%40mail.gmail.com%3E

-- 
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