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

feat: optimize dynarray and bytearray copies #3499

Merged

Commits on Jul 15, 2023

  1. feat: optimize dynarray_make_setter

    include the length word store into the batch copy
    charles-cooper committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    1ce53ce View commit details
    Browse the repository at this point in the history
  2. optimize make_bytearray_copier

    batch the length copy into the copy
    charles-cooper committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    401c50d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcb94e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. fix a missing load

    charles-cooper committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    247244e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afd4eef View commit details
    Browse the repository at this point in the history
  3. fix up a comment

    charles-cooper committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    05d4cac View commit details
    Browse the repository at this point in the history
  4. add more comments

    charles-cooper committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    7ff644e View commit details
    Browse the repository at this point in the history
  5. fixup comments

    charles-cooper committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    856c2a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    727be2a View commit details
    Browse the repository at this point in the history