Why is a QSPI interface used for this external flash

In In OPENMV4P, Why is a QSPI interface used for this external flash? If I switch to a standard SPI interface, can I achieve the same performance?

It provides a better read speed, which is important for executing AI models in place on it. With SPI you will cut the performance by 4x. Also, it’s not supported in our firmware.