Tuesday, 21 July 2009

MapReduce C++ Library v0.2 available to download

I've posted v0.2 of my C++ MapReduce library on the Boost Vault. It is downloadable directly from here. Updates in this release are:

  • Moved the library into the boost namespace

  • Created PartitionFn template parameter on intermediates::local_disk to enable customisation of the partitioning of data into result files

  • Use of BOOST_THROW_EXCEPTION in place of throw

  • Rationalised and completed include guards

  • Support for gcc 4.3.3 on Ubuntu Linux


Online documentation is here.

    0 comments:

    Post a Comment