Since you are using SSD's performance should already be excellent. However you should be aware of the write penalty RAID5 incurs, but since you have specified a read heavy load then a 3 disk RAID5 will be faster on reads than a 2 disk RAID 1. I believe softRaid allows for a 3 disk mirror and I have never used softRaid so I am unable to comment on whether or not the reads will be faster with the 1, vs the 5.
Just be aware, RAID5 is parity based and RAID1 is a mirror. I would go for RAID1, since its always faster at writing that RAID5 and your reads will probably be similar between the two anyway.
But, there is no substitute for doing your own benchmarks to see what works best with your workload.