xlnt/source/worksheet
Crzyrndm dd6f338419 Remove memory growth based on row count
- Nested unordered_map was the cause of a significant memory/cell spike.
- added cell_reference hash, lookup by cell_reference to make memory usage proportional to cell count only
2018-07-29 11:43:23 +12:00
..
cell_iterator.cpp Revert "cell iterator - add operator->" 2018-07-10 12:40:48 +12:00
cell_vector.cpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
header_footer.cpp fix workbook::operator== always returning false, add tests for workbook::load 2018-07-03 14:05:07 +12:00
page_margins.cpp fix workbook::operator== always returning false, add tests for workbook::load 2018-07-03 14:05:07 +12:00
page_setup.cpp fix workbook::operator== always returning false, add tests for workbook::load 2018-07-03 14:05:07 +12:00
phonetic_pr.cpp Resolve remaining warnings 2018-07-14 20:25:10 +12:00
range_iterator.cpp range_iterator - operator* const overloads 2018-07-10 12:40:46 +12:00
range_reference.cpp implement sheet view serialization 2018-03-14 20:12:07 -04:00
range.cpp unimplemented functions in range and path 2018-07-13 17:14:06 +12:00
sheet_protection.cpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
worksheet.cpp Remove memory growth based on row count 2018-07-29 11:43:23 +12:00