Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 730 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 730 Bytes

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