We are currently doing some iterations and other operations using x++;
where x
is an Integer
and not an int
.
Operations may be repeated throughout some user operations on our system but nothing too complex or numerous like a Mathematical application, maximum up to 10000 times per user transaction..
Will this unboxing and later boxing affect our performance by some noticeable milliseconds?
Collection
between increments, use a primitiveint
. You'll need to supply more details or code to allow any deeper analysis. – Reedbuck