Skip to Content.
Sympa Menu

illinois-ml-nlp-users - Re: [Illinois-ml-nlp-users] LBJ 2.8.0 released!

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

Re: [Illinois-ml-nlp-users] LBJ 2.8.0 released!


Chronological Thread 
  • From: Lars Buitinck <larsmans AT gmail.com>
  • To: Nicholas Rizzolo <rizzolo AT gmail.com>, illinois-ml-nlp-users AT cs.uiuc.edu
  • Subject: Re: [Illinois-ml-nlp-users] LBJ 2.8.0 released!
  • Date: Thu, 3 Mar 2011 21:55:09 +0100
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

2011/3/3 Nicholas Rizzolo
<rizzolo AT gmail.com>:
> Also new in this release is the "cachedinmap" keyword, which provides
> similar functionality to "cachedin" in that its cache will retain the
> prediction of each input object as long as that object is still in memory.
> But while "cachedin" puts the prediction in a field of the object,
> "cachedinmap" puts it in a WeakHashMap where the associated key is the input
> object.  The "cached" and "cachedinmap" keywords may be used simultaneously,
> but the "cachedin" and "cachedinmap" keywords cannot.

Great news, this was on top my feature list. But why a WeakHashMap?
Wouldn't it be wiser to require the argument to be something that
implements Map and advise users to use a WeakHashMap?

Regards,
Lars





Archive powered by MHonArc 2.6.16.

Top of Page