Files
avo/examples/stadtx
Michael McLoughlin 602bb5197c build: unify Label function signatures
The Context.Label method and LABEL global function did not agree. Also
breaks the convention I'd like to set that capitalized functions must
agree with existing Go assembly syntax.

To help avoid a conflict with `avo.Label`, attributes were moved to
their own package.

Fixes #35
2019-01-05 18:18:49 -08:00
..
2019-01-05 18:18:49 -08:00
2018-12-19 22:32:45 -08:00
2018-12-31 00:23:27 -08: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.