Skip to content

bradenhilton/cityhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CityHash

Version 1, for Go

This is essentially a fork of https://github.com/zentures/cityhash (previously https://github.com/zhenjl/cityhash), with changes to match the behaviour of version 1 of CityHash.

For reference, version 1 of CityHash is available here.

Pull Requests for fixes and optimisations (if applicable) are welcome.

The tests are based on my own manual tests of the C++ version.

LICENCES

This package is MIT licensed.

The license for https://github.com/zentures/cityhash is available at LICENSES/zentures

The license for CityHash is available at LICENSES/CityHash