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

Caller passes in dst to decompress #125

Merged
merged 1 commit into from
Jan 14, 2024

Commits on Jan 13, 2024

  1. Caller passes in dst to decompress

    This avoids allocation inside decompress.
    
    Also:
    * Doxygen style comments for public interface.
    * Move decompress implementation to .cpp since it is no longer
      templated.
    * Move checking of final to the top of the loop.
    
    Change-Id: I4afa1e306c5d20c1a83d3173292b77ab6e8fc01c
    garymm committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    6ee5b24 View commit details
    Browse the repository at this point in the history