if (width_ <= 0 || height_ <= 0 || !data_) {Actually, this check isn't needed. Removing.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
meh. Can we ponder if there is a better way 'round this?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
meh. Can we ponder if there is a better way 'round this?
I tried caching the `GetLineOffset() + stride_` value if the next GetLine() call is for line `y + 1`, but that didn't actually seem to help with performance. But I didn't try very hard, so maybe that implementation had a bug.
My other guess is many places do consecutive access, but other places do random row access.
I'll have to check again...
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Lei Zhang abandoned this change.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |