History log of /freebsd-current/sys/libkern/murmur3_32.c
Revision Date Author Comments
# 95ee2897 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 1060326f 01-Sep-2020 Mateusz Guzik <mjg@FreeBSD.org>

libkern: clean up empty lines in .c and .h files


# 99e9de87 18-Oct-2014 Dag-Erling Smørgrav <des@FreeBSD.org>

Add a complete implementation of MurmurHash3. Tweak both implementations
so they match the established idiom. Document them in hash(9).

MFC after: 1 month
MFC with: r272906


# 1d2baefc 10-Oct-2014 George V. Neville-Neil <gnn@FreeBSD.org>

Change the PF hash from Jenkins to Murmur3. In forwarding tests
this showed a conservative 3% incrase in PPS.

Differential Revision: https://reviews.freebsd.org/D461
Submitted by: des
Reviewed by: emaste
MFC after: 1 month