Project update 2

I have found a new package at https://github.com/google/guetzli, it is very likely that I will be switching to this application. I have been able to build and test it on windows so far, I am currently putting together a new plan to attempt to optimize the software. My initial observation is that there is allot of nested loops it might be possible to gain some performance with an algorithm adjustment in processor.cc as it appears this file contains the code doing the bulk of the work. I have not yet zeroed in on a specific function to do work on.

Comments

Popular posts from this blog

project update 4 - testing

Project update 3, change of course

My expeeriance so far.