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: Faster decimal precision overflow checks #6419

Merged
merged 11 commits into from
Sep 21, 2024

Commits on Sep 18, 2024

  1. add benchmark

    andygrove committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1c0a8ee View commit details
    Browse the repository at this point in the history
  2. add optimization

    andygrove committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0f6266c View commit details
    Browse the repository at this point in the history
  3. fix

    andygrove committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c68432e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix

    andygrove committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5fcd17a View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    andygrove committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e4b22ce View commit details
    Browse the repository at this point in the history
  3. clippy

    andygrove committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5de6e14 View commit details
    Browse the repository at this point in the history
  4. Update arrow-data/src/decimal.rs

    Co-authored-by: Liang-Chi Hsieh <[email protected]>
    andygrove and viirya committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    aebad61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34cce0c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'faster-decimal-overflow-check' of github.com:andygrove/…

    …arrow-rs into faster-decimal-overflow-check
    andygrove committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1a5262d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. revert change to public api

    andygrove committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c995213 View commit details
    Browse the repository at this point in the history
  2. fix error in rustdoc

    andygrove committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e8d24ab View commit details
    Browse the repository at this point in the history