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

Optimize hexWrite with an array lookup table #343

Merged
merged 7 commits into from
Feb 1, 2024

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    d513509 View commit details
    Browse the repository at this point in the history
  2. Add a benchmark for hexWrite

    chjj committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3288d7d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    e320c87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02c5846 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Add more cases to hexWrite test

    chjj committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c30efe6 View commit details
    Browse the repository at this point in the history
  2. Another fix for hexWrite test

    chjj committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8c8ed25 View commit details
    Browse the repository at this point in the history
  3. prefer for of loop

    dcousens committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    23bf9d1 View commit details
    Browse the repository at this point in the history