Skip to content

Commit

Permalink
replaced the C implementation of murmur3 with https://github.com/spao…
Browse files Browse the repository at this point in the history
  • Loading branch information
zond committed Apr 30, 2013
1 parent 2c308a2 commit a882bec
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 370 deletions.
2 changes: 1 addition & 1 deletion murmur/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
murmur
===

A thin wrapper around the 128 bit x86 and x64 versions of http://code.google.com/p/smhasher/wiki/MurmurHash3, a fast, non cryptographically secure but well distributed hash function.
A thin wrapper around https://github.com/spaolacci/murmur3, a Go native and very fast murmur3 implementation.
261 changes: 0 additions & 261 deletions murmur/murmur.c

This file was deleted.

Loading

0 comments on commit a882bec

Please sign in to comment.