PhyrePhoX
in my cameras (a620 & s3is) speed is about the same, be it in continous mode or custom timer. the custom timer in the end DOES use burst mode, as it only focuses once (when you start the process).
But it DOES blink the AF-assist Beam between shots (increasing lags significantly), doesn't it?
the custom timer is way better than the normal burst mode, as you dont have to touch the cam or the shutter.
No need to touch the cam...
get_raw_count r
s=r-a
press "shoot_full"
do
get_raw_count t
until t=s
release "shoot_full"
end
It will keep the shutter pressed until desired number of shots is taken. There is no better (faster) way to take bracketed shots than this.