|
|
Browse by Tags
All Tags » PERFORMANCE » .NET (RSS)
-
Hi people,
I've a small db4o database with 2k objects defined like:
public class Modelo { public String Marca; public String Nombre; public String CodigoMarca; public ...
-
Hi,
Recently we decided to evaluate how much impact (in performance) reflection represented in db4o.
In .Net side we already knew (due to previous experience) that reflection is not as fast as we would like to.
At the same time, profiling proved that reflection was not a bottleneck in Java side.
So we settled up for trying to replace the ...
-
Hi,Thank you very much for reporting the issue.Current implementation (in SVN) improved this time to something around 6 seconds (running on an emulator; running in an actual device should be faster)Note that the first time a Linq query is executed various assemblies must be loaded from the disk (flash memory); also, device cpus are slower than a ...
|
|
|