State of my C#-Port of Blurhash (written by @WAHa_06x36, used by Mastodon among others):
- The algorithm works
- Now: Removing obvious, major and implementation specific slowdowns (even though it's meant to be used on thumbnails, I don't want to make it slower than it needs to be)
- Next steps: Refactoring, so it can be published as NuGet-Packages, then creating a PR to the original repository.