emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: concurrency suggestions for Gnus


From: Andy Moreton
Subject: Re: concurrency suggestions for Gnus
Date: Tue, 08 Feb 2011 12:55:23 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt)

On Tue 08 Feb 2011, Miles Bader wrote:

> Ted Zlatanov <address@hidden> writes:
>> Tom> If we went the "lock anything" route, I would suggest a weak hash table
>> Tom> for locks, instead of putting the lock into the object.
>>
>> A bloom filter would guarantee no false negatives, which as you noted is
>> the vast majority of the cases, requires very little space per element
>
> A bloom filter...?!
>
> http://www.graphics.cornell.edu/pubs/1995/SSZG95.html
>
> -miles

Not that sort of bloom :-)

    http://en.wikipedia.org/wiki/Bloom_filter

    AndyM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]