Commit 19af8f0
Iakov Senatov
OpenWithService: add caching for 'Open With' applications
- introduced NSCache-based cache for application lists
- prevents repeated LaunchServices lookups (LSCopyApplicationURLsForURL)
- improves performance when rendering large directories
- keeps LRU ordering and default app prioritization
- no behavior change for 'Open With' menu1 parent 8003355 commit 19af8f0
File tree
8 files changed
+665
-602
lines changed- GUI
- Resources
- Sources
- ContextMenu/Dialogs
- MenuMeta
- Services/Archive
8 files changed
+665
-602
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
234 | 238 | | |
235 | 239 | | |
236 | 240 | | |
| |||
1101 | 1105 | | |
1102 | 1106 | | |
1103 | 1107 | | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
1104 | 1112 | | |
1105 | 1113 | | |
1106 | 1114 | | |
| |||
1735 | 1743 | | |
1736 | 1744 | | |
1737 | 1745 | | |
| 1746 | + | |
| 1747 | + | |
| 1748 | + | |
| 1749 | + | |
1738 | 1750 | | |
1739 | 1751 | | |
1740 | 1752 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments