Re: [lang] Adding a Memoizer class

2011-08-10 Thread Ted Dunning
I would recommend staying with the standard name. Why invent yet another term for a well-known concept: http://en.wikipedia.org/wiki/Memoization On Wed, Aug 10, 2011 at 12:38 PM, Oliver Heger wrote: > And I would recommend another name. At least for me as non-native speaker > it is hard to ima

Re: [lang] Adding a Memoizer class

2011-08-10 Thread Gary Gregory
On Wed, Aug 10, 2011 at 3:38 PM, Oliver Heger wrote: > Am 10.08.2011 01:23, schrieb Gary Gregory: >> >> On Tue, Aug 9, 2011 at 6:40 PM, Simone Tripodi >>  wrote: >>> >>> Good news! :) >> >> Well... I am having second thoughts now baed on Tim's reply: >> >> On Tue, Aug 9, 2011 at 6:13 PM, Tim Peier

Re: [lang] Adding a Memoizer class

2011-08-10 Thread Oliver Heger
Am 10.08.2011 01:23, schrieb Gary Gregory: On Tue, Aug 9, 2011 at 6:40 PM, Simone Tripodi wrote: Good news! :) Well... I am having second thoughts now baed on Tim's reply: On Tue, Aug 9, 2011 at 6:13 PM, Tim Peierls wrote: Probably not a good idea to use Memoizer unchanged from the book, t

Re: [lang] Adding a Memoizer class

2011-08-09 Thread Gary Gregory
On Tue, Aug 9, 2011 at 6:40 PM, Simone Tripodi wrote: > Good news! :) Well... I am having second thoughts now baed on Tim's reply: On Tue, Aug 9, 2011 at 6:13 PM, Tim Peierls wrote: > Probably not a good idea to use Memoizer unchanged from the book, though. > See Guava's MapMaker for ideas abou

Re: [lang] Adding a Memoizer class

2011-08-09 Thread Simone Tripodi
Good news! :) http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Tue, Aug 9, 2011 at 11:49 PM, Gary Gregory wrote: > We are good! I asked Brian, one of the authors and the code is in the > public domain: > > On Tue, Aug 9, 2011 at 5:40 PM, Brian Goetz wrote: >> No license issu

Re: [lang] Adding a Memoizer class

2011-08-09 Thread Gary Gregory
We are good! I asked Brian, one of the authors and the code is in the public domain: On Tue, Aug 9, 2011 at 5:40 PM, Brian Goetz wrote: > No license issues -- the code is in the public domain: > >Written by Brian Goetz and Tim Peierls with assistance from members of >JCP JSR-166 Expert Gr

Re: [lang] Adding a Memoizer class

2011-08-09 Thread Gary Gregory
On Aug 9, 2011, at 16:28, Oliver Heger wrote: > Am 09.08.2011 20:57, schrieb Gary Gregory: >> Hello All, >> >> I am currently using a class like the Memoizer class [1] from "Java >> Concurrency in Practice" [2], a great book. >> >> It would fit perfectly in org.apache.commons.lang3.concurrent. >>

Re: [lang] Adding a Memoizer class

2011-08-09 Thread Oliver Heger
Am 09.08.2011 20:57, schrieb Gary Gregory: Hello All, I am currently using a class like the Memoizer class [1] from "Java Concurrency in Practice" [2], a great book. It would fit perfectly in org.apache.commons.lang3.concurrent. Any thoughts for or against? +1, this would be a nice addition

Re: [lang] Adding a Memoizer class

2011-08-09 Thread Simone Tripodi
Hi Gary, even if I'm not active on Lang, I'm very +1 for introducing this feature, looks a great addition!!! Have a nice day, all the best! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Tue, Aug 9, 2011 at 8:57 PM, Gary Gregory wrote: > Hello All, > > I am currently u

[lang] Adding a Memoizer class

2011-08-09 Thread Gary Gregory
Hello All, I am currently using a class like the Memoizer class [1] from "Java Concurrency in Practice" [2], a great book. It would fit perfectly in org.apache.commons.lang3.concurrent. Any thoughts for or against? Thank you, Gary [1] http://jcip.net/listings/Memoizer.java [2] http://jcip.net