Skip to content

Instantly share code, notes, and snippets.

View schoppmp's full-sized avatar

Phillipp Schoppmann schoppmp

  • Google
  • New York, USA
View GitHub Profile
@brycelelbach
brycelelbach / zero_copy_archives.cpp
Created October 14, 2012 15:07
Zero Copy with Boost.Asio/Boost.Serialization
// Copyright (c) 2012 Bryce Adelstein-Lelbach
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// hpx::util::container_device can be found here:
// http://raw.github.com/STEllAR-GROUP/hpx/master/hpx/util/container_device.hpp
// The portable binary archives used can be found here:
// http://raw.github.com/STEllAR-GROUP/hpx/master/hpx/util/portable_binary_oarchive.hpp