Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python,': 0.01; 'thread,': 0.04; 'python': 0.08; 'am,': 0.12; 'gonna': 0.16; 'subject:independent': 0.16; 'received:74.125.82.44': 0.16; 'received:mail-ww0-f44.google.com': 0.16; 'wrote:': 0.18; 'pointed': 0.21; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; 'message-id:@mail.gmail.com': 0.28; 'comments.': 0.30; 'hash': 0.30; 'sun,': 0.30; 'subject:?': 0.31; 'thanks': 0.31; 'implementing': 0.32; 'pure': 0.32; 'list': 0.32; 'implement': 0.32; 'to:addr:python-list': 0.34; 'it.': 0.34; 'received:74.125.82': 0.35; 'thread': 0.37; 'received:74.125': 0.37; 'received:google.com': 0.37; 'several': 0.38; 'ways': 0.39; 'talk': 0.39; 'to:addr:python.org': 0.40; '2011': 0.61; 'your': 0.61; 'relevant': 0.70; 'programming?': 0.84; 'slow.': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=1+kWlG0iU0JuOWruOfStMxiuIW792oEu850l5vQdbng=; b=jsFfH5C8U2vFug8PGk7/yvdKyqbjRsVnqghyCvOlQYjIYS1h+1jsZbUwOyr7ugu4vA FDSsLzXgJlAeUnT9oNpf3aTw84E7z0RoF5I+u5fE/j1+piJa2duYtcGauhYkL7CuzPbx tcKF9O8MQDyt4RPs7ukG5sv7e13N8VqfUoCiU= MIME-Version: 1.0 In-Reply-To: <26969335.380.1323013143216.JavaMail.geo-discussion-forums@prnu18> References: <30715729.411.1322753732534.JavaMail.geo-discussion-forums@pret21> <4ED7A2CE.6070306@davea.name> <6366868.86.1322800180523.JavaMail.geo-discussion-forums@pret21> <3MKCq.194015$th7.47228@newsfe07.ams2> <26969335.380.1323013143216.JavaMail.geo-discussion-forums@prnu18> From: Ian Kelly Date: Sun, 4 Dec 2011 10:41:14 -0700 Subject: Re: order independent hash? To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1323020507 news.xs4all.nl 6961 [2001:888:2000:d::a6]:54923 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16620 On Sun, Dec 4, 2011 at 8:39 AM, 88888 Dihedral wrote: > Thanks for your comments. Are we gonna talk about the way to implement a hash > table or the use of a hash table in programming? Implementing a hash table is not very relevant on a list about Python, which already has them built into the language; and any pure Python implementation would be uselessly slow. If you want to talk about ways to use dicts, please start a different thread for it. As has been pointed out several times now, it is off-topic for this thread, which is about hash *functions*.