B
B
BigMosquito2012-11-07 16:20:39
IT terminology
BigMosquito, 2012-11-07 16:20:39

What is an overhead?

Concept applicable to a programming language

Answer the question

In order to leave comments, you need to log in

4 answer(s)
E
egorinsk, 2012-11-07
@egorinsk

Unavoidable overhead.
For example, the program you wrote does useful work in 10ms, but it will take an additional 5 seconds to start and stop the Java virtual machine, and those 5 seconds will be overhead.

A
Antelle, 2012-11-07
@Antelle

In simple words - when more calculations (cpu, memory or other resource) are spent than a sufficient minimum to complete the task. Usually, overhead allows you to achieve, for example, faster development, more understandable code, the use of simple algorithms, etc. It often happens in a bad manifestation, when a lot of resources are spent not within reasonable limits.

S
silvansky, 2012-11-07
@silvansky

Excessive complication, unnecessary load, unreasonable expenditure of processor time or memory.
For example, using List instead of Vector in places where fast index access is important, but insertion in the middle is not.

I
ixSci, 2012-11-07
@ixSci

This concept can only refer to a quantitatively measured parameter. A programming language is not.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question