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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: remove redundant array deepcopy #26

Merged
merged 7 commits into from Oct 7, 2020
Merged

Commits on Feb 6, 2020

  1. perf(bigquery): remove redundant array deepcopy

    deepcopy can be a very costly operation when considering large arrays with complex nested objects.
    refactor helpers to allow recursive conversion without copying arrays.
    grooveygr committed Feb 6, 2020
    Copy the full SHA
    bab93e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

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

Commits on Aug 6, 2020

  1. Copy the full SHA
    38a529e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Copy the full SHA
    0a1643e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Copy the full SHA
    f60bd11 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c9d862d View commit details
    Browse the repository at this point in the history
  3. Update google/cloud/bigquery/_helpers.py

    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    tswast and busunkim96 committed Oct 6, 2020
    Copy the full SHA
    54852ae View commit details
    Browse the repository at this point in the history