Skip to content
  • Brian Cardarella's avatar
    748d3f38
    Use symbols instead of strings · 748d3f38
    Brian Cardarella authored
    ActiveSupport::Concern is used all over Rails
    This PR will only create 3 new objects as keys are never recreated and
    are not subject to garbage collection.
    
    The strings were being uniquely created and garbage collected. I don't
    have any performance numbers but this should be better than all of the
    GC.
    748d3f38
    Use symbols instead of strings
    Brian Cardarella authored
    ActiveSupport::Concern is used all over Rails
    This PR will only create 3 new objects as keys are never recreated and
    are not subject to garbage collection.
    
    The strings were being uniquely created and garbage collected. I don't
    have any performance numbers but this should be better than all of the
    GC.
Loading