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

fix: use uint8arrays alloc for new buffers #123

Merged
merged 3 commits into from
Nov 22, 2023

Commits on Nov 22, 2023

  1. fix: use uint8arrays alloc for new buffers

    Will return `Buffer`s under Node.js which have greater performance
    than `Uint8Array`s.
    achingbrain committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    fa6bbfc View commit details
    Browse the repository at this point in the history
  2. chore: fix linting

    achingbrain committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4032d21 View commit details
    Browse the repository at this point in the history
  3. chore: fix deps

    achingbrain committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    89b3a84 View commit details
    Browse the repository at this point in the history