blurhash_ffi
blurhash_ffi copied to clipboard
Performance testing for encoding and decoding against pure dart implementation.
It's evident from the usage, and how it's implemented that it's faster compared to pure dart implementation, having native C code running the image processing algorithm of encoding and decoding the blurhash, but writing a perf test is going to be fun.