Home

2 pages tagged with "fuzzymatching"

Fuzzy Match at Speed

December 09, 2020 - 2013 words - 11 mins
This post is a deep dive on the 25x performance optimizations in fuzzy matching hinted at in the previous post. Feel free to refer to that post for an intro to the problem context and the basic algorithms involved. As a high-level overview of this post, the main source of performance improvements wa… read more

Fuzzy matching applied to chant references

December 06, 2020 - 881 words - 5 mins
In this post, I want to share about my journey in developing and open-sourcing a side project I've been working on for the past few months. Read on to learn more about: The problem domain of finding references for Gregorian chants What fuzzy matching is and why it was a good fit for this problem P… read more