[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Precedence

adrian@jboss.org do-not-reply at jboss.com
Tue Jul 3 10:04:47 EDT 2007


You'll be suprised how fast a "bubble sort" is with modern cpus that do caching. :-)

When we get to more than 100 deployers and it doesn't fit in the cpu cache
then we might want to look at optimizing it. :-)

It's actually much less than O(n^2) since (n-1) of the deployers are already in the correct
order anyway. :-)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059984#4059984

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059984



More information about the jboss-dev-forums mailing list