incr
- noun
- /ˈɪŋkr/
- Specialized
- After each successful iteration, we recorded the incr in processing speed for analysis.
Examples
-
This is incr--
-
"Charlie is incr..."
-
Incr vel!
-
A call to incr() does not behave atomically; it is vis-
Academic text (2012) -
A thread could do nothing but call incr() once, loading the value zero from x at the beginning, get suspended for a long time, and then write back one just before the program terminates.
Academic text (2012) -
(Atomicity means different things to different communities; our use is called isolation. Void incr() x++ is equivalent to x = x + 1, which by database folks.) Synchronized(mtx) amounts to three steps:
Academic text (2012) -
She also directs Ceres' Investor Network on Climate Risk (INCR), a group of 100 institutional investors managing nearly $10 trillion in assets focused on the business risks and opportunities of climate change.
Blog text (28) -
No. 2 communications of the ACM 49 or perhaps just synchronized void incr() x++; Those would all work correctly, but mutex calls can be slow, so the result may run slower than desired.
Academic text (2012) -
In programming, the function incr() adds one to the current value of the variable.
-
The software update included an incr in storage capacity, allowing for more data to be saved.
Synonyms
The extra amount added to something to make it larger
A small fixed amount by which something increases
Antonyms
How Big
Surface Forms
Etymology
Incr is a short form of increment or increase, meaning 'an amount added'. In computing it usually names the step you add to a number, so an incr tells how much a counter grows each time.