• Yorick Peterse's avatar
    Don't use delegate to delegate trivial methods · d3951dfa
    Yorick Peterse authored
    Around 300 ms (in total) would be spent in these delegated methods due
    to the extra stuff ActiveSupport adds to the compiled methods. Because
    these delegations are so simple we can just manually define the methods,
    saving around 275 milliseconds.
    d3951dfa
abstract_reference_filter.rb 5.09 KB