xlnt/source
Crzyrndm 138c90883b Modify writer benchmark to make comparisons between column and row usage
- Cut time to write a sheet with many rows by not calling highest_row inside a loop over the rows (On^2 -> On)
- Observation: more memory is used / cell as the number of rows increases
2018-07-29 10:11:00 +12:00
..
cell Merge branch 'tasmail-master-shared-strings-performance' into dev 2018-07-23 00:10:16 -04:00
detail Modify writer benchmark to make comparisons between column and row usage 2018-07-29 10:11:00 +12:00
packaging return by const ref 2018-07-13 12:43:21 +12:00
styles Merge branch 'tasmail-master-shared-strings-performance' into dev 2018-07-23 00:10:16 -04:00
utils Merge branch 'tasmail-master-shared-strings-performance' into dev 2018-07-23 00:10:16 -04:00
workbook revert unwise data structure change 2018-07-24 23:08:44 -04:00
worksheet Merge pull request #314 from Crzyrndm/dev-CI-build-modifications-PR 2018-07-21 12:04:56 +12:00
CMakeLists.txt Suppress GCC maybe-uninitialized warning 2018-07-28 14:54:49 +12:00