1. unrolling - Noun
2. unrolling - Verb
unrolling
present participle of unroll
The process by which something is unrolled.
(historical) A pseudoscientific entertainment spectacle at which a mummy was unwrapped.
Source: en.wiktionary.orgAbove all, I craved to seize the whole essence, in the confines of one single photograph, of some situation that was in the process of unrolling itself before my eyes. Henri Cartier-Bresson
Aristotle described both systems, but insisted on adding "unrolling" spheres between each set of spheres to cancel the motions of the outer set. Source: Internet
After you roll your clothes, place them in the suitcase with the opening in the roll against the bottom or pack the rolls tightly together to prevent them from unrolling. Source: Internet
Its leaves roll up with the lack of moisture, unrolling when it is available. Source: Internet
; Loop unrolling : Unrolling duplicates the body of the loop multiple times, in order to decrease the number of times the loop condition is tested and the number of jumps, which hurt performance by impairing the instruction pipeline. Source: Internet
Using inlining or loop unrolling can reduce branching, at the cost of increasing binary file size by the length of the repeated code. Source: Internet