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

Add test to limit allocations of Primer::Classify #166

Merged
merged 20 commits into from
Jan 27, 2021
Merged

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    d3e3c1d View commit details
    Browse the repository at this point in the history
  2. 93 allocations

    BlakeWilliams committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    9e1c48f View commit details
    Browse the repository at this point in the history
  3. 81 allocations

    BlakeWilliams committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    be23958 View commit details
    Browse the repository at this point in the history
  4. Disable GC just in case

    BlakeWilliams committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    6f590e5 View commit details
    Browse the repository at this point in the history
  5. 82 allocations

    BlakeWilliams committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    1ea719e View commit details
    Browse the repository at this point in the history
  6. 77 allocations

    Call val.to_s.dasherize only when necessary
    BlakeWilliams committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    e5fd433 View commit details
    Browse the repository at this point in the history
  7. 71 allocations

    Replace Hash#except with mutation
    BlakeWilliams committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    afa3d16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3cd626 View commit details
    Browse the repository at this point in the history
  9. 71 allocations

    Use mutation on `#call` hash instead of `Hash#except`
    BlakeWilliams committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    27be329 View commit details
    Browse the repository at this point in the history
  10. 70 allocations

    Convert styles to a string instead of using an array
    BlakeWilliams committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    f19efa7 View commit details
    Browse the repository at this point in the history
  11. 65 allocations

    Replace `.chars.last` with `[-1]`
    BlakeWilliams committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    fc9a26a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    126d58d View commit details
    Browse the repository at this point in the history
  13. 41 allocations

    Separate single value conversion from breakpoint conversion
    BlakeWilliams committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    f4fd714 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2a05f7e View commit details
    Browse the repository at this point in the history
  15. More changes

    BlakeWilliams committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    fa1c037 View commit details
    Browse the repository at this point in the history
  16. 38 allocations

    * change from using regex to using ord comparison
    * misc. unrelated changes
    BlakeWilliams committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    89fe89f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    24ce0d2 View commit details
    Browse the repository at this point in the history
  18. Fix ord behavior

    BlakeWilliams committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    eee7f1e View commit details
    Browse the repository at this point in the history
  19. Add most of the keys

    BlakeWilliams committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    b1b96a2 View commit details
    Browse the repository at this point in the history
  20. rebase fixes

    BlakeWilliams committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    977d0df View commit details
    Browse the repository at this point in the history