[PR #6572] Improve bitmap::_calculateArea performance #26744

Open
opened 2026-01-31 09:17:52 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/6572

State: closed
Merged: Yes


bitmap::_calculateArea performance can be improved by leveraging the
optimized find_first/find_next methods instead of iterating through
the bitmap manually.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/6572 **State:** closed **Merged:** Yes --- `bitmap::_calculateArea` performance can be improved by leveraging the optimized `find_first`/`find_next` methods instead of iterating through the bitmap manually.
claunia added the pull-request label 2026-01-31 09:17:52 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#26744