Re: [Python-Dev] The ultimate question of life, the universe, and everything

2012-02-22 Thread Maciej Fijalkowski
On Wed, Feb 22, 2012 at 9:59 AM,  mar...@v.loewis.de wrote:
 What is the hash of ePjNTUhitHkL?

 Regards,
 Martin

 P.S. It took me roughly 86h to compute 150 strings colliding for the 64-bit
 hash function.

You should have used pypy, should have been faster.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] The ultimate question of life, the universe, and everything

2012-02-22 Thread Martin v. Löwis
Am 22.02.2012 19:46, schrieb Maciej Fijalkowski:
 On Wed, Feb 22, 2012 at 9:59 AM,  mar...@v.loewis.de wrote:
 What is the hash of ePjNTUhitHkL?

 Regards,
 Martin

 P.S. It took me roughly 86h to compute 150 strings colliding for the 64-bit
 hash function.
 
 You should have used pypy, should have been faster.

It was actually a C program - I doubt PyPy would have been faster.
Perhaps my algorithm wasn't good enough if you think this is slow.

Regards,
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] The ultimate question of life, the universe, and everything

2012-02-22 Thread Maciej Fijalkowski
On Wed, Feb 22, 2012 at 11:55 AM, Martin v. Löwis mar...@v.loewis.de wrote:
 Am 22.02.2012 19:46, schrieb Maciej Fijalkowski:
 On Wed, Feb 22, 2012 at 9:59 AM,  mar...@v.loewis.de wrote:
 What is the hash of ePjNTUhitHkL?

 Regards,
 Martin

 P.S. It took me roughly 86h to compute 150 strings colliding for the 64-bit
 hash function.

 You should have used pypy, should have been faster.

 It was actually a C program - I doubt PyPy would have been faster.
 Perhaps my algorithm wasn't good enough if you think this is slow.

 Regards,
 Martin

That was entirely a joke, sorry if a bad one :)

I seriously doubt it'll be faster.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com