
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). Therefore, it can be useful to any application dealing with binary data formats (e.g.: bitmap images, network packets, serialized data structures).>> Thank you so... (-: -- Yours truly, Adder

Hi, Your website crashes: An exception of type FalsePrecondition was thrown: (Code 0) Stack trace: #LocationFunctionArguments/services/www/ www.adder.ro/site/Boost/RawMemory/WebPage_Welcome.php (305)0IWorks/AutoLoad/WebPage.php (102)WebPage_Welcome::Do_GetXhtmlPage1/services/www/ www.adder.ro/site/Boost/RawMemory/index.php (14)WebPage::GetPage2 /services/www/www.adder.ro/site/Boost/RawMemory/index.php (23)Main Regards, Julien

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?
participants (3)
-
Adder
-
Julien Nitard
-
Mathias Gaunard