翻訳と辞書
Words near each other
・ Program management
・ Program Manager
・ Program Manager (disambiguation)
・ Program Mecesup
・ Program Memory Area
・ Program music
・ Program note
・ Program of Activities
・ Program of All-Inclusive Care for the Elderly
・ Program of the Communist Party of the Soviet Union
・ Program on Energy Efficiency in Artisanal Brick Kilns in Latin America to Mitigate Climate Change
・ Program on Information Resources Policy
・ Program on International Policy Attitudes
・ Program on Intrastate Conflict and Conflict Resolution
・ Program on Negotiation
Program optimization
・ Program Playhouse
・ Program Plus
・ Program process monitoring
・ Program Resources and Outcome Management Information System
・ Program Segment Prefix
・ Program slicing
・ Program status word
・ Program structure tree
・ Program Supervisor
・ Program synthesis
・ Program test authority
・ Program trading
・ Program transformation
・ Program X


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Program optimization : ウィキペディア英語版
Program optimization
In computer science, program optimization or software optimization is the process of modifying a software system to make some aspect of it work more efficiently or use fewer resources.〔Robert Sedgewick, ''Algorithms'', 1984, p. 84〕 In general, a computer program may be optimized so that it executes more rapidly, or is capable of operating with less memory storage or other resources, or draw less power.
==General==
Although the word "optimization" shares the same root as "optimal", it is rare for the process of optimization to produce a truly optimal system. The optimized system will typically only be optimal in one application or for one audience. One might reduce the amount of time that a program takes to perform some task at the price of making it consume more memory. In an application where memory space is at a premium, one might deliberately choose a slower algorithm in order to use less memory. Often there is no "one size fits all" design which works well in all cases, so engineers make trade-offs to optimize the attributes of greatest interest. Additionally, the effort required to make a piece of software completely optimal — incapable of any further improvement — is almost always more than is reasonable for the benefits that would be accrued; so the process of optimization may be halted before a completely optimal solution has been reached. Fortunately, it is often the case that the greatest improvements come early in the process.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Program optimization」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.