Commit Graph

2 Commits

Author SHA1 Message Date
xuri 1666d04559
optimization: checking error in unit tests 2019-12-24 01:09:28 +08:00
Harris bf9a835549
Reduce allocations when writing
Fix #494

If a row is full, don't bother allocating a new one, just return it.

Use the last populated row as a hint for the size of new rows.

Simplify checkSheet to remove row map
2019-11-05 08:18:11 -06:00