Results for decrementing translation from Russian to English

Russian

Translate

decrementing

Translate

English

Translate
Translate

Instantly translate texts, documents and voice with Lara

Translate now

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Russian

English

Info

Russian

incrementing / decrementing operators

English

next

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Russian

when incrementing or decrementing the value of the variable $i++ happens to be a tad slower then ++$i. this is something php specific and does not apply to other languages, so don’t go modifying your c or java code thinking it’ll suddenly become faster, it won’t. ++$i happens to be faster in php because instead of 4 opcodes used for $i++ you only need 3. post incrementation actually causes in the creation of a temporary var that is then incremented.

English

when incrementing or decrementing the value of the variable $i++ happens to be a tad slower then ++$i. this is something php specific and does not apply to other languages, so don’t go modifying your c or java code thinking it’ll suddenly become faster, it won’t. ++$i happens to be faster in php because instead of 4 opcodes used for $i++ you only need 3. post incrementation actually causes in the creation of a temporary var that is then incremented.

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Get a better translation with
8,760,089,104 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK