What is the reaction time of the Arduino interrupt?

polymorph:
In ignorance, the Due or Teensy 3.1? Both use an ARM Cortex running at a clock speed considerably faster than a 16MHz Arduino without the baggage of Linux on a Pi.

Doesn't mean it will respond to interrupts any faster... It has a lot more hardware baggage (an
instruction cache I think, as well as lots of registers).