# File lib/jmespath/nodes/projection.rb, line 55 def fast_instance FastArrayProjection.new(@target.optimize, @projection.optimize) end