Without cache, a RAID 10 should perform no better than the combination of the drives can allow. Basically, it should behave about like an onboard Intel RAID 10.
Parity RAIDs need cache because small writes may require reading before writing. Stripes in cache can be modified in the card's RAM, allowing just writes to be issued, if the LBAs being written to were recently read. The latency and IOPS can get bad. 0 and 1 type RAID arrays will never suffer from such problems, since there is no parity to calculate (they rely on the other drive holding good data, on an error).