tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Perfect hash function generator
On Wed, Jul 15, 2009 at 03:17:17PM +0200, Joerg Sonnenberger wrote:
> On Wed, Jul 15, 2009 at 01:58:13PM +0100, Mindaugas Rasiukevicius wrote:
> > Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote:
> > > It is not the fastest hash if used standalone. It does ensure that you
> > > can get up to three different results with a single pass over the data,
> > > which makes compete with MurmurHash2.
> >
> > Do you have any numbers?
>
> On AMD64, which is known to have a very fast multiplication:
> jenkins_vector_hash: 8.66s
> MurmurHash2_64: 5.71s
...and on a different i386:
3.1s vs 2.6s
Joerg
Home |
Main Index |
Thread Index |
Old Index