Aggregated vs Aggressive - What's the difference?
aggregated | aggressive |
(aggregate)
A mass, assemblage, or sum of particulars; something consisting of elements but considered as a whole.(rfex)
A mass formed by the union of homogeneous particles; – in distinction from a compound, formed by the union of heterogeneous particles.(rfex)
(mathematics, obsolete) A set (collection of objects).
(music) The full chromatic scale of twelve equal tempered pitches.
(roofing) Crushed stone, crushed slag or water-worn gravel used for surfacing a built-up roof system.
Solid particles of low aspect ratio added to a composite material, as distinguished from the matrix and any fibers or reinforcements, especially the gravel and sand added to concrete. (technical)
Formed by a collection of particulars into a whole mass or sum; collective; combined; added up
Consisting or formed of smaller objects or parts.
Formed into clusters or groups of lobules.
(botany) Composed of several florets within a common involucre, as in the daisy; or of several carpels formed from one flower, as in the raspberry.
Having the several component parts adherent to each other only to such a degree as to be separable by mechanical means.
United into a common organized mass; said of certain compound animals.
To bring together; to collect into a mass or sum.
To add or unite, as, a person, to an association.
To amount in the aggregate to.
Tending or disposed to aggress; characterized by aggression; making assaults; unjustly attacking.
(label) Of code optimization techniques: exploiting every opportunity to be applied.
* 1996 , Tibor Gyimothy, Compiler Construction: 6th International Conference, CC '96, Linköping, Sweden, April 24 - 26, 1996. Proceedings, Volume 6 , Springer (ISBN 9783540610533), page 59
* 2001 , Paul Feautrier (edited by Santosh Pande and Dharma P. Agrawal), Compiler Optimizations for Scalable Parallel Systems , Springer (ISBN 9783540419457), page 173
* 2002 , Y. N. Srikant, Priti Shankar, The Compiler Design Handbook: Optimizations and Machine Code Generation , CRC Press (ISBN 9781420040579), page 465
* 2002 , Shpeisman, T. ; Lueh, G.-Y. ; Adl-Tabatabai, A.-R., PACT 2002: 2002 International Conference on Parallel Architectures and Compilation Techniques : proceedings : 22-25 September, 2002, Charlottesville, Virginia, USA , IEEE Computer Society Press (ISBN 9780769516202), page 249
* 2003 , Susanna Pelagatti (edited by Fethi Rabhi and Sergei Gorlatch), Patterns and Skeletons for Parallel and Distributed Computing , Springer (ISBN 9781852335069), page 182
* 2011 , Wen-mei W. Hwu, GPU Computing Gems Jade Edition , Elsevier (ISBN 9780123859648), page 11
As a verb aggregated
is (aggregate).As an adjective aggressive is
tending or disposed to aggress; characterized by aggression; making assaults; unjustly attacking.aggregated
English
Verb
(head)aggregate
English
Noun
(en noun)Synonyms
* mass, assemblage, or sum of particulars: clusterSee also
* twelve-tone technique * serialismReferences
* DeLone et. al. (Eds.) (1975). Aspects of Twentieth-Century Music. Englewood Cliffs, New Jersey: Prentice-Hall. ISBN 0130493465, Ch. 6.Adjective
(en adjective)- aggregate glands.
Verb
(aggregat)- The aggregated soil .
- ten loads, aggregating five hundred bushels .
Antonyms
* segregateReferences
* English heteronyms ----aggressive
English
Adjective
(en adjective)- an aggressive policy, war, person, nation
- This paper describes how aggressive loop unrolling is done in a retargetable optimizing compiler.
- Since the most aggressive type of optimization a program can be subjected to is parallelization, understanding a program before attempting to parallelize it is a very important step.
- However, aggressive compiler techniques such as loop unrolling, promoting of subscripted array variables into registers (especially in of subscripted array variables into registers (especially in loops) and interprocedural optimizations create heavy register pressure and it is still quite important to do a good job of register allocation.
- The Itanium processor is an example of an Explicitly Parallel Instruction Computing (EPIC) architecture and thus relies on aggressive and expensive compiler optimizations for performance.
- This sensibly eases the programmer task and allows for more aggressive optimisations of the global program structure.
- The CUDA C code for the GPU, as well as the C and inline assembly code for the CPU, were highly optimized and aggressive compiler optimizations (-O4) were turned on.