Add early exit in cat_monomodal_sits when list has only one element
This early exit avoid to go through the call to pack
later on, and leads to a large improvement of performances when there is only one element in the list.
This early exit avoid to go through the call to pack
later on, and leads to a large improvement of performances when there is only one element in the list.