$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Submission] RawMemory
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-09-06 04:36:49
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?