Conight / Go-LibDucoHasher

Go version of libducohasher alternatives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Go version of libducohasher alternatives

License:MIT License


Languages

Language:Go 52.2%Language:Python 47.8%