[Plugin] MurmurHash3
#20

Quote:
Originally Posted by ******
Посмотреть сообщение
I do. And I'm impressed with both the way they took on the advice from their last topic, AND the code they used for benchmarking. What I would like to see is a comparison against just the "bernstein()" function from YSI - that's the one used the most throughout my code at least, since it is tuned in assembly.

I would point out that the one advantage of the other hashes over this one is that they can be implemented at compile time (see y_stringhash), and thus for constant strings there is no run-time overhead. But if you aren't doing that, this is good.
I'm curious, would this be possible to implement Mumurhash into y_stringhash?
Reply


Messages In This Thread
MurmurHash3 - by ShapeGaz - 20.11.2017, 19:41
Re: MurmurHash3 - by Marllun - 20.11.2017, 19:56
Re: MurmurHash3 - by Xeon™ - 20.11.2017, 20:10
Re: MurmurHash3 - by Gammix - 20.11.2017, 23:37
Re: MurmurHash3 - by MyU - 20.11.2017, 23:38
Re: MurmurHash3 - by ShapeGaz - 21.11.2017, 09:48
Re: MurmurHash3 - by KingHual - 21.11.2017, 11:37
Re: MurmurHash3 - by ShapeGaz - 21.11.2017, 12:18
Re: MurmurHash3 - by Kaperstone - 21.11.2017, 18:35
Re: MurmurHash3 - by ShapeGaz - 21.11.2017, 19:26
Re: MurmurHash3 - by Raimis_R - 21.11.2017, 20:09
Re: MurmurHash3 - by ShapeGaz - 22.11.2017, 10:25
Re: MurmurHash3 - by BigETI - 22.11.2017, 10:41
Re: MurmurHash3 - by Kaperstone - 22.11.2017, 11:37
Re: MurmurHash3 - by BigETI - 22.11.2017, 11:50
Re: MurmurHash3 - by Kaperstone - 22.11.2017, 17:27
Re: MurmurHash3 - by ShapeGaz - 22.11.2017, 19:34
Re: MurmurHash3 - by adri1 - 22.11.2017, 21:43
Re: MurmurHash3 - by ThePhenix - 22.11.2017, 22:03
Re: MurmurHash3 - by Chaprnks - 23.11.2017, 00:19
Re: MurmurHash3 - by Kaperstone - 23.11.2017, 04:16
Re: MurmurHash3 - by ShapeGaz - 23.11.2017, 08:53
Re: MurmurHash3 - by Calgon - 23.11.2017, 10:39

Forum Jump:


Users browsing this thread: 1 Guest(s)