Changes between Version 92 and Version 93 of LibrariesUnderConstruction
- Timestamp:
- Nov 27, 2009, 8:37:29 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v92 v93 631 631 --------------------------------------------------------------------------------------------------- 632 632 == Boost.!MapReduce == 633 * '''Author(s):''' Craig Henderson633 * '''Author(s):''' [http://www.craighenderson.co.uk/ Craig Henderson] 634 634 * '''Version:''' 0.4 635 635 * '''Last upload:''' February 26, 2009 636 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=mapreduce_0_4.zip&directory=& Boost Vault] 636 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=mapreduce_0_4.zip&directory=& Boost Vault] [http://svn.boost.org/svn/boost/sandbox/libs/mapreduce/ Boost Sandbox] [http://www.craighenderson.co.uk/mapreduce/ Online documentation] 637 637 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] [#Algorithms Algorithms] 638 638 * '''Description:''' MapReduce is a programming model and distributed processing platform implementation for generating and processing large data sets using clusters of computers. Pioneered by Google and first presented in 2004, the MapReduce programming model has gained significant momentum in commercial, research and open-source projects since, and Google have updated and republished their seminal paper in 2008.