Just as an FYI, the default partition size for these two routines is
2^(Round[Log[2,Length[list]]]+1)
rather than
2^Round[Log[2,Length[list]]]+1
as stated in the docs. The default step size is any number between Round[partition/3]
and the length of the list.
Cheers, Scott