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

perf: Use two-pass algorithm for csv to ensure correctness and SIMDize more ~17% #19088

Merged
merged 17 commits into from
Oct 5, 2024

Commits on Oct 3, 2024

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

Commits on Oct 4, 2024

  1. remove and change default

    ritchie46 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a0dad0a View commit details
    Browse the repository at this point in the history
  2. fast splitlines

    ritchie46 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    080b1bb View commit details
    Browse the repository at this point in the history
  3. tests run

    ritchie46 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    fad54c7 View commit details
    Browse the repository at this point in the history
  4. cleanup

    ritchie46 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    200c8ee View commit details
    Browse the repository at this point in the history
  5. cleanup

    ritchie46 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d85e951 View commit details
    Browse the repository at this point in the history
  6. wasm

    ritchie46 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    544fb2d View commit details
    Browse the repository at this point in the history
  7. early stop

    ritchie46 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4d54ae7 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. early stop

    ritchie46 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    215c807 View commit details
    Browse the repository at this point in the history
  2. use counts

    ritchie46 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    ec62932 View commit details
    Browse the repository at this point in the history
  3. lint

    ritchie46 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    8dc99b1 View commit details
    Browse the repository at this point in the history
  4. lint

    ritchie46 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    031bf29 View commit details
    Browse the repository at this point in the history
  5. wrap up read_impl

    ritchie46 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    658e537 View commit details
    Browse the repository at this point in the history
  6. use default thread pool

    ritchie46 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    cd63032 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92af4ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a1d3ab View commit details
    Browse the repository at this point in the history
  9. first branch cache check

    ritchie46 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    aa2382e View commit details
    Browse the repository at this point in the history