Simhash and solving the hamming distance problem: explained Algorithms August 6, 2019 Simhashes are a clever means of rapidly finding near-identical documents (or other items) within a large corpus, without having to... Read more »
Addition-only Bezier cubic splines Algorithms September 10, 2014 It’s not so often you need to code your own bezier curves nowadays. If you do, here’s a fast algorithm... Read more »