db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » PERFORMANCE » .NET   (RSS)
  • Performance on Compact Framework

    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 ...
    Posted to Performance Forum (Forum) by Eduardo Ramirez on December 10, 2008
  • Fast Reflection for .Net

    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 ...
    Posted to Product News from the Core Team (Weblog) by Adriano Verona on November 10, 2008
  • Re: Linq on compact framework runs slow (15+ seconds for simple query)

    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 ...
    Posted to db4o User Forum (Forum) by Adriano Verona on October 8, 2008