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

Use native implementation to improve bin2c speed #5762

Merged
merged 11 commits into from
Oct 25, 2024
Merged

Use native implementation to improve bin2c speed #5762

merged 11 commits into from
Oct 25, 2024

Commits on Oct 24, 2024

  1. add native bin2c

    waruqi committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c92b5d0 View commit details
    Browse the repository at this point in the history
  2. get linewidth

    waruqi committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ecf4f21 View commit details
    Browse the repository at this point in the history
  3. open stream

    waruqi committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    179a663 View commit details
    Browse the repository at this point in the history
  4. add dump stub

    waruqi committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4dfd87d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. imple bin2c

    waruqi committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    70a00eb View commit details
    Browse the repository at this point in the history
  2. add nozeroend

    waruqi committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5e32381 View commit details
    Browse the repository at this point in the history
  3. improve bin2c loop

    waruqi committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    560195a View commit details
    Browse the repository at this point in the history
  4. improve hex2str

    waruqi committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c62ec15 View commit details
    Browse the repository at this point in the history
  5. update line size

    waruqi committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1386ddf View commit details
    Browse the repository at this point in the history
  6. detect native bin2c

    waruqi committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    82c5c02 View commit details
    Browse the repository at this point in the history
  7. improve linewidth

    waruqi committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9ab3585 View commit details
    Browse the repository at this point in the history