Proxy.isProxyClass scalability (original) (raw)
Florian Weimer fweimer at redhat.com
Sun Jan 27 13:22:10 UTC 2013
- Previous message: Proxy.isProxyClass scalability
- Next message: Proxy.isProxyClass scalability
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 01/24/2013 04:55 PM, Vitaly Davidovich wrote:
I'm not that familiar with ClassValue but I don't doubt it scales better than a synch map,
It should be quite a bit faster. Here's an example:
<http://mail.openjdk.java.net/pipermail/mlvm-dev/2011-December/004209.html>
It's quite a bit code, but no synchronization is needed, and all branches should be predictable.
-- Florian Weimer / Red Hat Product Security Team
- Previous message: Proxy.isProxyClass scalability
- Next message: Proxy.isProxyClass scalability
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]