惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
有赞技术团队
有赞技术团队
Jina AI
Jina AI
H
Help Net Security
D
Docker
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
MyScale Blog
MyScale Blog
N
Netflix TechBlog - Medium
B
Blog RSS Feed
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MongoDB | Blog
MongoDB | Blog
美团技术团队
M
MIT News - Artificial intelligence
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
Microsoft Security Blog
Microsoft Security Blog
IT之家
IT之家

博客园 - 孙展波

美国生活点滴(3) Filing Credit-Report Disputes 新闻组FAQ汇编(1) English随笔(8): 如何翻译“人生的第一桶金” 充分实现Google搜索的潜力 English随笔(7):泼冷水-Pour cold water English随笔(6): Free vs Freedom English随笔(5): “Log Off“ 意思是“注销”么? 美国生活点滴(2):网上购物少了客户服务电话 美国生活点滴(1):租卡车 English随笔(4): getter vs gettor Ctrl+K:插入超链接(Hyperlink) Forbes2004年billionair榜单:Larry Yung中国唯一billionaire 博客“博客堂” 美国人才市场热门外语技能表(汉语位居第二) English随笔(3): Beat Report Windows XP SP2 心得 英语学习资源 PDC2003 资源 睡多久最长寿?
Are embedded resources cached by the framework?
孙展波 · 2004-02-18 · via 博客园 - 孙展波

简单的回答是:Yes.详细的问答如下:

问: I have a RESX file that is marked with 'Embed Resource' build action. While the app is running, it will need to read RESX data multiple times, from different points in the app.  Will the ResourceManager ends up doing disk IO every time, or will the resources be kept in memory?

答:Yes they're cached in a Hashtable, so it hits IO once.