Re: [R] Hashing and environments

2010-11-06 Thread Levy, Roger
Env be a list instead of an environment >> then that time is 74.12 seconds (and the answers are the same). >> >> Bill Dunlap >> Spotfire, TIBCO Software >> wdunlap tibco.com >> >>> -Original Message- >>> From: r-help-boun...@r-project.

Re: [R] Hashing and environments

2010-11-06 Thread Kjetil Halvorsen
then that time is 74.12 seconds (and the answers are the same). > > Bill Dunlap > Spotfire, TIBCO Software > wdunlap tibco.com > >> -Original Message- >> From: r-help-boun...@r-project.org >> [mailto:r-help-boun...@r-project.org] On Behalf Of Levy, Roger

Re: [R] Hashing and environments

2010-11-06 Thread William Dunlap
onds (and the answers are the same). Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com > -Original Message- > From: r-help-boun...@r-project.org > [mailto:r-help-boun...@r-project.org] On Behalf Of Levy, Roger > Sent: Saturday, November 06, 2010 1:39 PM > To: r-help@

[R] Hashing and environments

2010-11-06 Thread Levy, Roger
Hi, I'm trying to write a general-purpose "lexicon" class and associated methods for storing and accessing information about large numbers of specific words (e.g., their frequencies in different genres). Crucial to making such a class practically useful is to get hashing working correctly so t