-
-
```
When running traceview with ~7000 points on the screen in a LineChart, in one
instance during the execution of XYChart.draw(), Float.valueOf was taking 6.4%
of the cpu time, MathHelper.getDouble…
-
```
I've replaced ArrayLists with their generic counterparts.
There are still some bits to do with regard to HashTables and some (now
redundant) casts but I'll hopefully get on to them later.
If the…
-
```
I've replaced ArrayLists with their generic counterparts.
There are still some bits to do with regard to HashTables and some (now
redundant) casts but I'll hopefully get on to them later.
If the…
-
```
I can reproduce this consistently, but it is a pain because it takes a while.
I have an app that crashes after 10 minutes or so of sitting idle. The log
just shows "Memory Warning", then Xcode…
-
```
When running traceview with ~7000 points on the screen in a LineChart, in one
instance during the execution of XYChart.draw(), Float.valueOf was taking 6.4%
of the cpu time, MathHelper.getDouble…
-
```
I can reproduce this consistently, but it is a pain because it takes a while.
I have an app that crashes after 10 minutes or so of sitting idle. The log
just shows "Memory Warning", then Xcode…
-
```
When running traceview with ~7000 points on the screen in a LineChart, in one
instance during the execution of XYChart.draw(), Float.valueOf was taking 6.4%
of the cpu time, MathHelper.getDouble…
-
```
When running traceview with ~7000 points on the screen in a LineChart, in one
instance during the execution of XYChart.draw(), Float.valueOf was taking 6.4%
of the cpu time, MathHelper.getDouble…
-
```
I am currently using a HashMultiset but it is not the most efficient data
structure with regard to time and space for associating values of an
enumeration (enum). I have written a patch, that co…