## Summary
- Add a module-level `Map<int, String>` that memoises `DateFormat.format()` keyed by local calendar day
- In a 50-item list where many emails share the same date (e.g. all of today's mail), reduces `format()` calls from O(n) per rebuild to O(distinct days)
- Zero overhead for emails with a plain-text body (cache hit after the first call per day)
## Test plan
- [x] Existing widget tests pass unchanged
- [x] `task check-fast` green
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Map<int, String>that memoisesDateFormat.format()keyed by local calendar dayformat()calls from O(n) per rebuild to O(distinct days)Test plan
task check-fastgreen🤖 Generated with Claude Code