Performance cost of Java dynamic proxy

前端 未结 3 1613
一个人的身影
一个人的身影 2021-01-30 06:52

Many modern frameworks (Spring, Hibernate) provide very nice dynamic behaviors with use of Java dynamic proxies, but what\'s the exact performance cost associated with it? Are t

3条回答
  •  北恋
    北恋 (楼主)
    2021-01-30 07:29

    A few pointers:

    • Debunking myths: proxies impact performance (have a look at the comments too)
    • Java theory and practice: Decorating with dynamic proxies
    • Benchmarking the cost of dynamic proxies

提交回复
热议问题