问题标签 [algol]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
21 问题
0
投票
0
回答
17
浏览
algol - RESIZE 和 DEALLOCATE 对 CPU 性能的影响是什么
我有 2 种相同的 ALGOL 代码 - 它是一对一的替代品
- 哪个使用 - RESIZE(返回它 LIBARAY POOL)
- 使用 - DEALLOCATE(返回 IT 系统)
DEALLOCATE消耗更多 CPU 时间并导致更多 %processor Usage
为什么DEALLOCATE会消耗更多的 CPU?
以及如何减轻这种情况?