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

Improve performance of arrayBufferToBinaryString #3121

Commits on Mar 22, 2021

  1. Improve performance of arrayBufferToBinaryString

    * Skip expensive buffer overflows
    * Use TextDecoder when possible to speed up conversion
    anttipalola committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    38638d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    d7b5b60 View commit details
    Browse the repository at this point in the history
  2. fixup and comment

    anttipalola committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    3f2e886 View commit details
    Browse the repository at this point in the history
  3. improve comment yet again

    anttipalola committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    d497fbf View commit details
    Browse the repository at this point in the history
  4. Run prettier

    anttipalola committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    52a15f3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Final fixes

    anttipalola committed May 1, 2021
    Configuration menu
    Copy the full SHA
    f85fa21 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    c724347 View commit details
    Browse the repository at this point in the history