-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an end bound for invalidating the cache of drawn timeline items (#49
) * This avoids unnecessarily clearing the entire cache of drawn item indices upon a `Set` operation (e.g., an in-place update to a timeline event item). * Also adds a `clear_cache` boolean to wipe the whole cache, which is a frequent enough occurrence that it merits an dedicated optimization.
- Loading branch information
1 parent
6b3a48d
commit cafc78b
Showing
2 changed files
with
90 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters