Pre-allocate the Message vector
Since the body's length is already known, we should already allocate all the memory needed for the serialized bytes of the message.
Fixes #30 (closed).
Edited by Zeeshan Ali Khan
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Since the body's length is already known, we should already allocate all the memory needed for the serialized bytes of the message.
Fixes #30 (closed).