Commit Graph

6 Commits

Author SHA1 Message Date
Shadowfacts 6881441671 Don't use shared background context for fetching item counts
A significant fraction of the time was spent waiting for the background
context to be available, before the count could even be started. Since
the counts don't need to use the shared background context, let them
each use their own context to avoid contention.
2022-09-10 14:21:30 -04:00
Shadowfacts 6bb292ba13 Move item count fetching to background task 2022-09-10 00:09:46 -04:00
Shadowfacts 14dca95610 Move CoreData stack to separate Swift package 2022-06-19 19:32:23 -04:00
Shadowfacts 0be678063b More catalyst stuff 2022-01-15 14:09:30 -05:00
Shadowfacts 736e8283e1 Mark items as read 2022-01-10 23:32:13 -05:00
Shadowfacts dab4d6075a Cosmetic changes 2022-01-09 19:23:22 -05:00