|
|
Browse by Tags
All Tags » PERFORMANCE » C# (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 ...
|
|
|