unrolling

  • 11Curl-up — This article is about the lithograph print. For the exercise, see Crunch (exercise). Curl up Artist M. C. Escher Year 1951 Type lithograph Dimensions …

    Wikipedia

  • 12Linpack — Este artículo o sección necesita referencias que aparezcan en una publicación acreditada, como revistas especializadas, monografías, prensa diaria o páginas de Internet fidedignas. Puedes añadirlas así o avisar …

    Wikipedia Español

  • 13Размотка цикла — В программировании, размотка цикла (англ. loop unwinding) или раскрутка цикла (англ. loop unrolling) техника оптимизации компьютерных программ, состоящая в искусственном увеличении количества инструкций, исполняемых в течение одной… …

    Википедия

  • 14Раскрутка цикла — В программировании, размотка цикла (англ. loop unwinding) или раскрутка цикла (англ. loop unrolling) техника оптимизации компьютерных программ, состоящая в искусственном увеличении количества инструкций, исполняемых в течение одной итерации цикла …

    Википедия

  • 15Evolution — Ev o*lu tion ([e^]v [ o]*l[=u] sh[u^]n), n. [L. evolutio an unrolling: cf. F. [ e]volution evolution. See {Evolve}.] 1. The act of unfolding or unrolling; hence, any process of growth or development; as, the evolution of a flower from a bud, or… …

    The Collaborative International Dictionary of English

  • 16scroll — I. noun Etymology: Middle English scrowle, blend of rolle roll and scrowe scrap, scroll (from Anglo French escrowe, of Germanic origin; akin to Middle Dutch schrode piece cut off, Old High German scrōt) more at shred Date: 15th century 1. a. a… …

    New Collegiate Dictionary

  • 17Divide and conquer algorithm — In computer science, divide and conquer (D C) is an important algorithm design paradigm based on multi branched recursion. A divide and conquer algorithm works by recursively breaking down a problem into two or more sub problems of the same (or… …

    Wikipedia

  • 18Embryophyte — Land plants Temporal range: Late Silurian–Recent[1][2] (Spores from Dapingian (early Middle Ordovician) …

    Wikipedia

  • 19Loop optimization — In compiler theory, loop optimization plays an important role in improving cache performance, making effective use of parallel processing capabilities, and reducing overheads associated with executing loops. Most execution time of a scientific… …

    Wikipedia

  • 20Vectorization (computer science) — Vectorization, in computer science, is the process of converting a computer program from a scalar implementation, which does an operation on a pair of operands at a time, to a vectorized program where a single instruction can perform multiple… …

    Wikipedia