-
```
This is a continuation of Issue #4
In the Mono C# compiler, performance is tightly bound to memory usage.
The less memory we use, the faster the compiler is.
The goal of this task is to reduce…
-
```
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…
-
```
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…
-
```
Thanks for this incredible library. I am trying to load a yml file in Java. Is
it possible to read it, without defining its characteristics like json files??
Also which is the proper way to load…
-
```
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…
-
```
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…
-
```
Added the StoreArrayList, and GetArrayList methods to the Prefs class. This
stores a string Arraylist to SharedPreferences via JSON.
```
Original issue reported on code.google.com by `IMPINC...…
-
```
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…
-
```
Thanks for this incredible library. I am trying to load a yml file in Java. Is
it possible to read it, without defining its characteristics like json files??
Also which is the proper way to load…