SHMUP Example in Sprite Kit?

I’ve tried moving 100 objects at once with Cocos2D, UIView with CADisplayLink and custom drawRect – both have bad performance on the phone.

Is there a good SHMUP example (drawing lines and circles for the characters) that moves in real time available?

Thank you