To actually answer your question:
RAID 0 will increase large sequential speed
but
It adds another layer, to be processed, to the I/O stack which adds latency and that generally isn't good for Small Random (4K) I/O.
R4K at Que Depth 1 is very important to the Windows OS as:
66% of all I/O is R4K and QD1,
NOT:
The large sequential #s advertisers have waved around like burning flags untill the world believes them most important!
Less than 1% of Windows I/O is large sequential..!
Understanding SSDs Performance and Implications Today's SSD close up is going to teach us the most v
www.thessdreview.com
Newer games are doing more 16KB and 32KB reads:
stub SSD benchmarks generally include two fundamental file I/O tests: Sequential and 4K random R/W. At a very top-level, sequential tests consist of large, individual files transfers (think: media files), which is more indicative of media consumption and large file rendering / compilation. 4K...
www.gamersnexus.net
(But also NB; lots of 4KB writes)
Because HDDs have a very high seek time/latency vs SSDs the added I/O stack latency isn't generally a problem as the CPU has a lot of time 'to think' during these seek times.
As a HDD rule of thumb:
You get double the R4K write speed, but slightly lower R4K reads. with RAID0.
Larger stripe sizes improve Small Random I/O at the expense of Large sequential.
NB:
That no HDD RAID arrangement can come close to competing with the random I/O speed of a SSD.
A compromise:
If you tend to play the same game for a while before changing to another, I recommend SSD caching:
Free:
- Intel: Rapid Storage Technology (RST)
- AMD: StoreMI
- ReadyBoost:
Despite all the BS on the net, RB is simply the caching of R4k to a media that can read 10+ R4K files in the time a HDD takes just to seek 1...
All while the HDD/RAID gets on with the large sequential I/O its good at... simultaneously..!
* Yes SSDs work and the cache will survive suspends. (but not reboots)
(Same for Flash drives IF they are seen as internal. There are filter drivers to do this if the drive doesn't already)
* 32GB of space can be used per RB drive IF its formatted exFAT or NTFS.
(That's 8 000 000 R4K files. More 'all of them than a cache..)
There are some other tricks to speed up RB if you're interested:

That's a lil ol 2.5" notebook HDD
Best:
Primocache:
L2 cache on a SSD partition. (and add a delayed write L1 cache in DRAM)
eBoostr:
A file aware cache where you can specify which apps/games/files/folders to prioritize or ignore.
NB: that this cache is updated once an hour (unless you do so manually) so ignore any bitching that "It dont work!" (after 5 minutes) that you see on the net.
Yes it works on W in 10.