From the book:
Dynamic proxies are not always the best tool to use. Although highly convenient, method calls on a dynamic proxy suffer a small increase in performance overhead compared to direct method calls. In this book, we will learn how to minimize the performance impact of using dynamic proxies.
0 comments