https://bz.apache.org/bugzilla/show_bug.cgi?id=63237

--- Comment #5 from Phillip Webb <pw...@pivotal.io> ---
I've got an experimental branch[1] that replaces the XML files with registrar
classes.

So far the results aren't particularly inspiring and I'm not seeing a big
improvement in performance. I think the main reason is that the lambda based
approach that I adopted has quite a bit of overhead itself.

I hacked together a small bit of code to migrate the XML[2], so it might be
worth having another go if we can come up with an approach that doesn't use
lambdas. So far, I've not been able to think of an API without them that would
be quite as nice.


[1] https://github.com/philwebb/tomcat/tree/bz-63237
[2] https://gist.github.com/philwebb/79d3dc5446f0c4a050115b05918eeee1

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to