Does the following code result in a memory copy. parse(<<Char:8, Rest/binary>>) -> %% Do any parsing required parse(Rest); parse(<<>>) -> ok. Thanks, Kent