Skip to content
  • Yorick Peterse's avatar
    Don't use delegate to delegate trivial methods · aec13813c7f0
    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.
    aec13813c7f0