Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] array duplicate check [C] [ Solved ]
- Date: Fri, 20 Apr 2007 10:31:37 +0900
- From: Darren Cook <darren@example.com>
- Subject: Re: [tlug] array duplicate check [C] [ Solved ]
- References: <78d7dd350704180121g29133f9lc427b81d76fd58d0@example.com> <878xcqrpuh.fsf@example.com> <d8fcc0800704181741u64a3bb1dyf7203f28e168ba0c@example.com> <87tzvbrh3f.fsf@example.com>
- User-agent: Thunderbird 1.5.0.10 (X11/20070301)
> BTW, this is the first time I've actually seen an application for a > Bloom filter. I'm surprised nobody has called me on my N + M claim. :-) Bloom filters ( http://en.wikipedia.org/wiki/Bloom_filter ) are not reliable (they can return false positives). If I've understood correctly, in terms of the original question it means it might say an element in b[] is in a[] when in fact it isn't. Darren P.S. I'd love to hear if Nguyen actually got a measurable speed improvement (or slowdown :-) for the whole process (i.e. including loading data into memory from disk, etc.) by sorting unsorted data then using an N logM algorithm, compared to just using the easy O(NM) algorithm.
- Follow-Ups:
- Re: [tlug] array duplicate check [C] [ Solved ]
- From: Nguyen Vu Hung
- Re: [tlug] array duplicate check [C] [ Solved ]
- From: Stephen J. Turnbull
- References:
- Re: [tlug] array duplicate check [C] [ Solved ]
- From: Nguyen Vu Hung
- Re: [tlug] array duplicate check [C] [ Solved ]
- From: Stephen J. Turnbull
- Re: [tlug] array duplicate check [C] [ Solved ]
- From: Josh Glover
- Re: [tlug] array duplicate check [C] [ Solved ]
- From: Stephen J. Turnbull
Home | Main Index | Thread Index
- Prev by Date: [tlug] Re: Why the shirts? Why TLUG?
- Next by Date: [tlug] [OT] [Q] Why cobweb means 'spider's net'
- Previous by thread: Re: [tlug] array duplicate check [C] [ Solved ]
- Next by thread: Re: [tlug] array duplicate check [C] [ Solved ]
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links