Hello I started writing my own blitter as I suspect that SDL does poor at alpha blended blitting.
So i wrote a "basic", simple, not optimized, reference code to see how it goes.
On my laptop I get (quite nice result for an unoptimized version):
~250fps with SDL
~210fps with my blitter (even...