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 Array allocation by mutating when possible #33806

Closed

Commits on Sep 6, 2018

  1. Copy the full SHA
    0093ad1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b4031b8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    51dbc55 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4b30605 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    15aaa1b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    aa75bb0 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    58c1495 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a064069 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    275ff8e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    6768e32 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    e595990 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    a1e2b3a View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    78e0028 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    b274ab0 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    be19e49 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    88afb01 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    36c493f View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    440af88 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    2cb7cab View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    f33a653 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    3eb7cb9 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    fcf85f2 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    d3f5902 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    ae82dce View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    c530f54 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    e346864 View commit details
    Browse the repository at this point in the history
  27. Decrease array allocation in

    lib/active_record/associations/collection_association.rb
    schneems committed Sep 6, 2018
    Copy the full SHA
    3f5407e View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    9938127 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    22570c7 View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    f875b0b View commit details
    Browse the repository at this point in the history
  31. Copy the full SHA
    2820350 View commit details
    Browse the repository at this point in the history
  32. Copy the full SHA
    aca5186 View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    13f437e View commit details
    Browse the repository at this point in the history
  34. Copy the full SHA
    7df906b View commit details
    Browse the repository at this point in the history
  35. Reduce allocations in lib/active_record/connection_adapters/abstract/…

    …database_statements.rb
    schneems committed Sep 6, 2018
    Copy the full SHA
    60cd40f View commit details
    Browse the repository at this point in the history
  36. reduce allocations in lib/active_record/connection_adapters/postgresq…

    …l/schema_statements.rb
    schneems committed Sep 6, 2018
    Copy the full SHA
    182bcc2 View commit details
    Browse the repository at this point in the history
  37. Copy the full SHA
    89ae43a View commit details
    Browse the repository at this point in the history
  38. Copy the full SHA
    8722a1d View commit details
    Browse the repository at this point in the history
  39. Copy the full SHA
    bbad853 View commit details
    Browse the repository at this point in the history
  40. Copy the full SHA
    9481947 View commit details
    Browse the repository at this point in the history
  41. Copy the full SHA
    d3b93d7 View commit details
    Browse the repository at this point in the history
  42. Copy the full SHA
    3e25d16 View commit details
    Browse the repository at this point in the history
  43. Copy the full SHA
    ecc2ece View commit details
    Browse the repository at this point in the history
  44. Copy the full SHA
    5249c7d View commit details
    Browse the repository at this point in the history
  45. Copy the full SHA
    966e7d0 View commit details
    Browse the repository at this point in the history
  46. Copy the full SHA
    0405482 View commit details
    Browse the repository at this point in the history
  47. Copy the full SHA
    d21bdce View commit details
    Browse the repository at this point in the history