> > AST nodes also do cache getters/setters/methods Executors.
Thanks for the info. I will have a look. I used MVEL before that is about 3 times faster with its ReflectionOptimizer (based on my stress tests). However, its source code is impenetrable so I decided to go with JEXL and check if the same optimizations could be applied here. On Fri, Dec 4, 2015 at 11:06 AM, henrib <[email protected]> wrote: > Hi again; > On the optimization topic, I'm not sure you'll gain as much as you expect > since there is already caching performed during classes introspection and > the AST nodes also do cache getters/setters/methods Executors. > Cheers, > Henrib > > > > -- > View this message in context: > http://apache-commons.680414.n4.nabble.com/jexl-3-0-release-date-tp4680703p4680974.html > Sent from the Commons - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
