This commit doesn't change the CKF much functionally, but improves its readability a bit by moving variables closer to where they are used, and by adding smaller scopes. Also increases the clarity of the double buffering solution.
May decrease memory consumption slightly as it encourages the compiler to free memory earlier.
This commit doesn't change the CKF much functionally, but improves its readability a bit by moving variables closer to where they are used, and by adding smaller scopes. Also increases the clarity of the double buffering solution.
May decrease memory consumption slightly as it encourages the compiler to free memory earlier.