Files
avo/examples/stadtx
Michael McLoughlin 34ac353c14 all: remove +build tags (#377)
Commit 759be3dad9 bumped our Go
requirement to 1.18 which allows us to drop support for old-style
`+build` tags. This change runs `go fix ./...` to remove them, and
updates some remaining code generators that produced `+build` lines.
2023-03-05 20:30:01 -08:00
..
2023-03-05 20:30:01 -08:00
2019-01-13 10:12:52 -08:00
2018-12-19 22:32:45 -08:00
2019-01-13 10:12:52 -08:00
2019-04-13 22:55:27 -05:00
2018-12-27 23:09:44 -08:00

StadtX

Implementation of StadtX hash in avo, ported directly from the PeachPy implementation in dgryski/go-stadtx.

Credit

License

LGPLv3 following the original work.