The Artima Developer Community
Sponsored Link

Java Buzz Forum
Memoization in Java Using Dynamic Proxy Classes

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jay

Posts: 158
Nickname: jarchitect
Registered: Jul, 2003

Jay is creator of Architectslobby.org
Memoization in Java Using Dynamic Proxy Classes Posted: Aug 28, 2003 10:49 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Jay.
Original Post: Memoization in Java Using Dynamic Proxy Classes
Feed Title: Architectslobby
Feed URL: /index_generic.php?
Feed Description: An exclusive community for Enterprise Architects
Latest Java Buzz Posts
Latest Java Buzz Posts by Jay
Latest Posts From Architectslobby

Advertisement
Memoization, or caching previously computed values of functions, can speed up certain classes of problems. Java 1.3's dynamic proxy classes make it possible to write generic memoization routines. Tom White explores this technique and explains when and how it can improve your performance.

Read: Memoization in Java Using Dynamic Proxy Classes

Topic: Record growth for SymbianOS over first 6 months Previous Topic   Next Topic Topic: August edition of Rational Edge is out

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use