Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <20240602104506.000072e4@yahoo.com>
Deutsch   English   Français   Italiano  
<20240602104506.000072e4@yahoo.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Michael S <already5chosen@yahoo.com>
Newsgroups: comp.lang.c
Subject: Re: Good hash for pointers
Date: Sun, 2 Jun 2024 10:45:06 +0300
Organization: A noiseless patient Spider
Lines: 26
Message-ID: <20240602104506.000072e4@yahoo.com>
References: <v2n88p$1nlcc$1@dont-email.me>
	<v2qm8m$2el55$1@raubtier-asyl.eternal-september.org>
	<v2qnue$2evlu$1@dont-email.me>
	<v2r9br$2hva2$1@dont-email.me>
	<86fru6gsqr.fsf@linuxsc.com>
	<v2sudq$2trh1$1@raubtier-asyl.eternal-september.org>
	<8634q5hjsp.fsf@linuxsc.com>
	<v2vmhr$3ffjk$1@raubtier-asyl.eternal-september.org>
	<86le3wfsmd.fsf@linuxsc.com>
	<v2voe7$3fr50$1@raubtier-asyl.eternal-september.org>
	<86ed9ofq14.fsf@linuxsc.com>
	<v2vs40$3gflh$1@raubtier-asyl.eternal-september.org>
	<86sexypvff.fsf@linuxsc.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 02 Jun 2024 09:44:55 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="c0fad7677b29e85d96fa4df5e9fc1789";
	logging-data="3434540"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18ZwvRO+FUWxTVy6pYjVkKdzwDoleKSaJk="
Cancel-Lock: sha1:ftrmCo5Z/78FskiPQqZsq+swHuE=
X-Newsreader: Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
Bytes: 2349

On Thu, 30 May 2024 19:27:48 -0700
Tim Rentsch <tr.17687@z991.linuxsc.com> wrote:

> Bonita Montero <Bonita.Montero@gmail.com> writes:
> 
> > Am 26.05.2024 um 19:20 schrieb Tim Rentsch:
> >  
> >> I say the output quality is poor because I have run tests that
> >> show the poor output quality.  
> >
> > If you chose a prime whose double is beyond 64 bit there's an
> > equal distribution among the 64 bit modulos.
> >  
> >> I've done that with a prime of my own choosing and also with
> >> 18446744073709551557, the value you suggested.  
> >
> > Show me your code.  
> 
> Oh get real.  It's not my job to make up for your
> laziness.

So, what were your conclusions? 
Ignoring the speed of computation, would something like cryptographic
hash scaled to bucket size be a best hash for this type of application?
Or some sort of less thorough grinding of the bits is better?