Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native lottie optimizations. #1750

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 16, 2023

  1. Implement parallel for loops when working with images.

    Remove decompress buffer as it is not used.
    Remove destructor as it was for decompress buffer.
    Replace long-running ptr operations with unique_ptr for better maintainability.
    Move colors into LottieInfo structure.
    Move default FitzModifier value to switch operator.
    Add additional checks to caching without boolean val.
    Remove some unnecessary checks.
    Add casting where it is appropriate.
    Simplify some returns.
    Format code.
    StepanMakhorinRMR committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    750359e View commit details
    Browse the repository at this point in the history