
6 Sep
2011
6 Sep
'11
8:36 a.m.
On 05/09/2011 05:58, Adder wrote:
Dear Boost Community,
I would like to submit a very modest addition to Boost... It is called "RawMemory":
http://adder.iworks.ro/Boost/RawMemory/
<<It supports safe, efficient and portable (all in one) transfer of multi-byte integer values to/from "untyped memory" (also known as "arrays of bytes") (also known as "raw memory").
It handles the little endian and big endian representations and various memory transfer modes (e.g. to support aligned and unaligned data with good performance).
How does it compare to Boost.Endian?