Nope. From my experience just creating bugs without proposed solutions will not give that issue very much attention (there are over 900 open issues, so that is not very surprising), so what I normally do is first try to find a fix myself and then just propose it as a pull request. If it is something that is obviously buggy and I cannot fix it myself, only then I will create an issue.
Op woensdag 17 juni 2015 11:40:03 UTC+2 schreef Chaitanya Reddy: > > Thank you Wouter. > > Have you created any bug to imporve create(). > > Thank you > Chaitanya > > On Wed, Jun 17, 2015 at 3:00 PM Wouter de Vaal <[email protected] > <javascript:>> wrote: > >> What I have seen during some profiling sessions with Object API, is that >> the main slowness comes from creating proxy instances and heavily using >> reflection to fill object fields and creating an object tree. >> Especially javassist.util.proxy.ProxyFactory.create() seems to eat up >> some time, but I have no idea whether that can actually be made faster. >> >> Wouter >> >> Op maandag 15 juni 2015 14:05:30 UTC+2 schreef Chaitanya Reddy: >> >>> Hi >>> >>> It looks like ObjectDb also pretty cool. Why is it 50% slower compared >>> with DocumentDb? >>> >>> Thank you >>> Chaitanya >>> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "OrientDB" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
