Learn R Programming

hashFunction (version 1.0)

A collection of non-cryptographic hash functions

Description

This package provides common non-cryptographic hash functions for R. For example, SpookyHash, Murmur3Hash, Google CityHash.

Copy Link

Version

Install

install.packages('hashFunction')

Monthly Downloads

4

Version

1.0

License

GPL

Maintainer

Xiaowei Zhan

Last Published

March 25th, 2013

Functions in hashFunction (1.0)

spooky.32

Calculate hash value of input x using SpookyHash http://en.wikipedia.org/wiki/Jenkins_hash_function
cityhash.64

Calculate hash value of input x using CityHash https://code.google.com/p/cityhash/
murmur3.32

Calculate hash value of input x using Murmur3 https://code.google.com/p/cityhash/