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

Slice: use reflect.Append instead of pre-allocating whole slice. #7

Merged
merged 15 commits into from Aug 28, 2022

Commits on Aug 20, 2022

  1. Copy the full SHA
    5cb550a View commit details
    Browse the repository at this point in the history
  2. Fix borsh test

    gagliardetto committed Aug 20, 2022
    Copy the full SHA
    d8654f8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4dc4569 View commit details
    Browse the repository at this point in the history
  4. Add tests for go 1.19.x

    gagliardetto committed Aug 20, 2022
    Copy the full SHA
    d94c910 View commit details
    Browse the repository at this point in the history
  5. More tests

    gagliardetto committed Aug 20, 2022
    Copy the full SHA
    c0cb6ac View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1ff28ef View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a8f0149 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Reduce usage of reflect

    gagliardetto committed Aug 22, 2022
    Copy the full SHA
    179e9d3 View commit details
    Browse the repository at this point in the history
  2. Make tests more uniform

    gagliardetto committed Aug 22, 2022
    Copy the full SHA
    90ac7a1 View commit details
    Browse the repository at this point in the history
  3. More tests

    gagliardetto committed Aug 22, 2022
    Copy the full SHA
    e6ae947 View commit details
    Browse the repository at this point in the history
  4. Improve benchmarks

    gagliardetto committed Aug 22, 2022
    Copy the full SHA
    06d42a1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    df95dbc View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5788bc1 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    76b2308 View commit details
    Browse the repository at this point in the history
  8. Cleanup

    gagliardetto committed Aug 22, 2022
    Copy the full SHA
    b4927dd View commit details
    Browse the repository at this point in the history