Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 386 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 386 Bytes

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