[android-developers] Re: Dalvik VM Java Annotations has very poor Performance

2011-07-08 Thread Bruno Vinicius
will check the tool you pointed out. Tks in advance, Bruno On Jul 7, 5:45 am, Daniel Drozdzewski wrote: > On Tue, Jul 5, 2011 at 9:06 PM, Bruno Vinicius > > wrote: > > Hi, > > > I've been using annotations on a Android project for a parsing XML > > data int

[android-developers] Dalvik VM Java Annotations has very poor Performance

2011-07-06 Thread Bruno Vinicius
Hi, I've been using annotations on a Android project for a parsing XML data into a VO object, and I came to notice that retrieving Annotation info from a class or field is very slow. On a 1k iterations loop it gives me a 100x fold performance drop vesus a specific parsing algorithm version. Cachin