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

Reduce type instantiations in e.literal #924

Merged
merged 12 commits into from Apr 3, 2024
Merged

Commits on Apr 3, 2024

  1. Copy the full SHA
    a5f0db8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5f2906d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d890741 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d7c4719 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c407ada View commit details
    Browse the repository at this point in the history
  6. Update benchmarks and remove expect-error

    Significant performance improvements observed in the latest benchmark tests:
    
    - `e.literal: scalar`: -77.80%.
    - `e.literal: array literal`: -45.89%
    - `e.literal: named tuple literal`: -33.47%
    - `e.tuple: named tuple literal`: -20.70%
    - `e.literal: tuple literal`: -42.10%
    - `e.literal: array of tuples`: -35.18%
    
    Minor performance deltas were observed in other benchmarks, with most
    under 1% change from the baseline. Notably, `e.array: array of tuples`
    showed a -9.96% delta, and `params select` had a -6.34% delta,
    indicating significant improvements.
    scotttrinh committed Apr 3, 2024
    Copy the full SHA
    4d8c92f View commit details
    Browse the repository at this point in the history
  7. Fix formatting issue

    scotttrinh committed Apr 3, 2024
    Copy the full SHA
    4295a00 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    952943c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    63c88b3 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    4a6c02d View commit details
    Browse the repository at this point in the history
  11. Add operator benchmarks

    scotttrinh committed Apr 3, 2024
    Copy the full SHA
    f519aeb View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    848e624 View commit details
    Browse the repository at this point in the history