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

basenc: perform faster, streaming encoding #6719

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. basenc: perform faster, streaming encoding

    Improve the performance, both in memory and time, of the encoding
    performed by the basenc (except in --z85 mode), base32, and base64
    programs.
    
    These programs now perform encoding in a buffered/streaming manner,
    so encoding is not constrained by the amount of available memory.
    andrewliebenow committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6d4ba86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e6c768 View commit details
    Browse the repository at this point in the history
  3. Fix spelling warning

    andrewliebenow committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d33cc71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0aed13a View commit details
    Browse the repository at this point in the history