Could someone suggest methods/algorithms to solve a system like
y' = My + f
where M is a huge matrix? Most explicit methods (like usual RK4) require very tiny timesteps for stiff systems, implicit methods are too slow and resource-consuming because of the size of M.
I'm interested also in (free, online available) review papers to summarize the progress in this field.