/simhashing

Indexing and searching simhashes efficiently

Primary LanguageGo

simhashing

Indexing and searching simhashes efficiently

Also: Hi! Nice of you to check this out. This is me basically thinking about simhashing stuff (which is interesting), but also me learning to use Go. This means that:

  • this code isn't very good (probably)
  • this code is definitely not idiomatic
  • there are lots of comments that are actually me figuring out things