Author: Daniel Cheng Date: To: Discussion of development issues Subject: Re: [freenet-dev] [freenet-cvs] r19897 -
branches/saltedhashstore/freenet/src/freenet/store
On Thu, May 15, 2008 at 10:22 PM, Matthew Toseland
<toad@???> wrote: > On Sunday 11 May 2008 18:05, j16sdiz@??? wrote:
>> Author: j16sdiz
>> Date: 2008-05-11 17:05:03 +0000 (Sun, 11 May 2008)
>> New Revision: 19897
>>
>> Modified:
>>
> branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
>> Log:
>> Fix datastore resize
>
> Also, does the code check the location-before-the-last-resize?
Yes
> IIRC you disabled that in the commit introducing quadratic probing?
No, I disabled the code that move entry to new location, but not the
"location-before-the-last-resize" part.