TIL send() with a string is 4x slower than literal method calls.
https://gist.github.com/postmodern/d3d22739fb3cb815ee3544c9b92de2e8
#ruby #microbenchmark
@postmodern what about symbols? Wondering how much string interpolation is adding
@soulcutter updated the gist to benchmark literal Symbols and it appears to be 2x slower:
https://gist.github.com/postmodern/d3d22739fb3cb815ee3544c9b92de2e8