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

Improve column read speed by removing type instability #33

Merged
merged 3 commits into from
Apr 3, 2024

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    08d38a8 View commit details
    Browse the repository at this point in the history
  2. Extract type and char outside the array comprehension

    This takes runtime from 42 ms to 13 ms
    asinghvi17 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    eaee6eb View commit details
    Browse the repository at this point in the history
  3. Simplify code

    Co-authored-by: Rafael Schouten <[email protected]>
    asinghvi17 and rafaqz authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fde9b85 View commit details
    Browse the repository at this point in the history