前景提要
footprint 表示的是占用的内存空间还是硬盘空间
0 悬赏园豆: 30 [待解决问题] 在阅读 Introducing .NET 5 时读到 "Fast startup, low footprint, and lower memory usage" 这个小标题时产生的疑问,在博问中寻求答案 英文 dudu | 高人七级 | 园豆: 39003
提问于:2019-05-07 13:49 显示帮助
使用"Ctrl+Enter"可进行快捷提交,评论支持部分 Markdown 语法:[link](http://example.com) _italic_ **bold** `code`。
< > 分享
分享您的问题
所有回答(4) 0 google翻译:快速启动,占用空间小,内存使用率低。应该是指磁盘吧,如果是指内存,那不和后面的表达重复了。 会长 | 园豆:8398 (大侠五级) | 2019-05-07 13:56 编辑文本 预览 上传图片
Ctrl+Enter键快速提交 0 根据上下文,表示的应该是 内存空间。毕竟startup时,需要把需要的先读到内存中。 BUTTERAPPLE | 园豆:2950 (老鸟四级) | 2019-05-07 16:59 编辑文本 预览 上传图片
Ctrl+Enter键快速提交 0 https://stackoverflow.com/questions/1618065/what-is-meaning-of-small-footprint-in-terms-of-programming
大概是说
All this being said, the general (academic) definition of footprint includes all kinds of memory/storage aspects. step | 园豆:3 (初学一级) | 2019-05-17 22:07 编辑文本 预览 上传图片
Ctrl+Enter键快速提交 0 在 wikipedia 上找到了答案 application footprint In computing, footprint of an application software (or application footprint) provides a sense of sizing of its various constituents, and hence, is a spatial measurement, in a given context, such as disk footprint, memory footprint (a.k.a. runtime footprint), network footprint, etc. In each case, footprint of an application excludes data that it may operate on, as part of storage or execution, but essentially includes programs (executable and libraries), configuration files, resources (binary or textual) and other context-specific components that may be considered as part of the software.
我的理解是 footprint 表示一个程序所消耗的特定资源 dudu | 园豆:39003 (高人七级) | 2019-05-18 13:31 差不多 支持( 0 ) 反对( 0 ) step | 园豆:3 (初学一级) | 2019-05-20 10:20 编辑文本 预览 上传图片
Ctrl+Enter键快速提交
清除回答草稿
您需要 登录 以后才能回答,未注册用户请先 注册 。