[jboss-dev-forums] [Design of JBossCache] - Re: Fqns containing just Strings

bstansberry@jboss.com do-not-reply at jboss.com
Sat Mar 8 17:20:06 EST 2008


Haven't thought hard about this, but my gut instinct tells me the perf benefits of String-only Fqns may be obtainable without requiring only strings. Like you said, create Fqns only via factory methods.  Factory detects the string-only situation and optimizes based on that.  If not string-only, no optimization. More sophisticated approach segments the Fqn into the typical String-only leading portion and the non-String trailing portion.

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

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



More information about the jboss-dev-forums mailing list