Am 27.01.2017 um 17:02 schrieb Marshall Schor: > Thanks for testing! > > By the way, I tried profiling the ruta-core test run to see why version 3 was > so > much faster than version 2. I couldn't find an easy way to "loop" all the > tests > (I'm surprised the Eclipse Junit support doesn't include something supporting > this!). So my observations are probably not very accurate. What I did see > was > lots (double) time spent in things like "file exists", and others relating to > class loading. I'm thinking the root cause of the improvement is that > Version 3 > only tries to load 1 class per type, whereas version 2 deals with both XXX > and > XXX_Type classes. > > So this performance delta is probably not "real" in terms of longer running > code, once getting past initialization... (But there probably is some > performance improvement, I hope! > >
I will evaluate the peformance of ruta with v3 in some realistic use cases since I am planning to optimize ruta anyways the next onths. Peter
