/Go-LibDucoHasher

Go version of libducohasher alternatives

Primary LanguageGoMIT LicenseMIT

Go-LibDucoHasher

Go version of libducohasher alternatives

1.6x faster based on my test with original Python DUCOS1 algorithms.

  • Pay attention to Python thread safety when using this.

Usage

  • Create shared lib
go build -o main.so -buildmode=c-shared main.go
  • Import from python file