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

Long string optimization for string column parsing in JSON reader #13803

Merged
merged 63 commits into from
Sep 20, 2023

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    91742af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51e70e2 View commit details
    Browse the repository at this point in the history
  3. cleanup

    karthikeyann committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    318b4a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    363d5ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58e0d6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0edf8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    086dfa9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

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

Commits on Aug 16, 2023

  1. cleanup, kernel name

    karthikeyann committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    57ea056 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    7e4cfd2 View commit details
    Browse the repository at this point in the history
  2. clean up, add constants

    karthikeyann committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6622460 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efe7898 View commit details
    Browse the repository at this point in the history
  4. remove debug prints

    karthikeyann committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    589e0a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f8e413 View commit details
    Browse the repository at this point in the history
  6. comment

    karthikeyann committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d3dc8cf View commit details
    Browse the repository at this point in the history
  7. style fix, add constants

    karthikeyann committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e17589e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

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

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    631528a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fe5afa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f613c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. address review comments

    karthikeyann committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    d3a35b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    658d8ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e9a88c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1838341 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efe9712 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86c4519 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    1d86996 View commit details
    Browse the repository at this point in the history
  2. last backslash errored bug fix

    add unit tests with unicode to use both kernels
    karthikeyann committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e11452f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    21e56e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9426dda View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. add complex test cases

    karthikeyann committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b481d7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5acda6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b661d95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a3941f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. address review comments

    karthikeyann committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d227dad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9802c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    bcade0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    431e1ec View commit details
    Browse the repository at this point in the history
  3. update comments

    karthikeyann committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    4d1e048 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Sep 8, 2023

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

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    7095aab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d723e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dce8d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8de7d76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb0e0ba View commit details
    Browse the repository at this point in the history
  6. Merge branch 'enh-json_string_perf' of github.com:karthikeyann/cudf i…

    …nto enh-json_string_perf
    karthikeyann committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7f3a534 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ee241a View commit details
    Browse the repository at this point in the history
  8. Merge branches 'enh-json_string_perf' and 'enh-json_string_perf' of g…

    …ithub.com:karthikeyann/cudf into enh-json_string_perf
    karthikeyann committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7460997 View commit details
    Browse the repository at this point in the history
  9. add comment

    karthikeyann committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4b46027 View commit details
    Browse the repository at this point in the history
  10. update comments

    karthikeyann committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    51390fd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d7bb5ac View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8007ec3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    d0c8612 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56d7fb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d088e8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eabb7a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79b4f38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    403a374 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

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

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    72d23fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8e1f69 View commit details
    Browse the repository at this point in the history
  3. add comments, style fix

    karthikeyann committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d0a5e23 View commit details
    Browse the repository at this point in the history