evanoberholster
evanoberholster
As a previous user of badgerhold I had performance issues with large indices. After much research I have started to use Roaring Bitmaps for indexing. I would like to suggest...
Increase performance of YCbCr and RGBA encoding. - Reduced allocations due to using Image.Image interface on known Image types. Benchmarks encoding a 500px YCbCr Image. ``` Benchmark/AVIF-12 2 579077742 ns/op...
- Remove init function for DCT values reduces initial start up time - DCT2DFast256 supports a 256 bit PHash - DCT2DFast64 and DCTFast256 results can be directly set to flattens....
I am reading through your code- thank you for taking the time to detail it. I see that you have NGT and master with different implementations. In your experience which...
Is there a way to get all the extracted EXIF fields? Like a map I can iterate over? It's OK if these fields don't have any special interpreation: just a...
- Added SIMD 256-bit instructions for linux with amd64 cpus. - Tests written - Updated go.mod Further performance improvements still possible with arrays. Speed up of approximately x5 for the...