Skip to content

Instantly share code, notes, and snippets.

@giljr
Created October 27, 2025 12:15
Show Gist options
  • Select an option

  • Save giljr/cd1a6656e1e1597c1c4c99ef47f9b4e8 to your computer and use it in GitHub Desktop.

Select an option

Save giljr/cd1a6656e1e1597c1c4c99ef47f9b4e8 to your computer and use it in GitHub Desktop.
Aspect Effect
Performance Slightly improved (fewer allocations).
Memory usage Reduced.
Safety More immutable code, fewer side effects.
Compatibility Might break older gems or DSLs relying on mutable strings.
Rails core Generally safe, but not guaranteed for all gems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment