Changes between Version 20 and Version 21 of jazz/09-04-14


Ignore:
Timestamp:
May 27, 2010, 10:23:06 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-04-14

    v20 v21  
    5454 * Ruby
    5555   * [http://skynet.rubyforge.org/ Skynet]
     56   * [http://www.rufy.com/starfish/doc/ Starfish] - Open source Ruby implementation
    5657 * CUDA
    5758   * [http://www.cse.ust.hk/gpuqp/Mars.html Mars] - A MapReduce Framework on Graphics Processors - 如果要用 GPU 來算 MapReduce 的話,可以用 Mars
    5859 * Qt
    59    * [http://labs.trolltech.com/page/Projects/Threads/QtConcurrent QtConcurrent] - 網頁寫說適用於 shared-memory (non-distributed) systems。
     60   * [http://labs.trolltech.com/page/Projects/Threads/QtConcurrent QtConcurrent]
     61     * Open Source C++ MapReduce (non-distributed) implementation from Trolltech
     62     * 網頁寫說適用於 shared-memory (non-distributed) systems。
    6063 * bash
    6164   * [http://blog.last.fm/2009/04/06/mapreduce-bash-script Mapreduce Bash Script] - 用 bash shell script 寫的 MapReduce - [http://github.com/erikfrey/bashreduce/tree/master 原始碼]
     
    6669 * MPI
    6770   * [http://www.sandia.gov/~sjplimp/mapreduce/doc/Manual.html MapReduce-MPI Library] - ([http://cxwangyi.blogspot.com/2010/05/mpi-based-mapreduce-implementation.html 2010-05-16: MPI-based MapReduce Implementation])
     71 * MySQL
     72   * [http://gearman.org/ Gearman] - [http://www.youtube.com/watch?hl=en&v=xDRDu1g270c&gl=US  Map/Reduce and Queues for MySQL Using Gearman (Video)]
    6873
    6974== HBase / CouchDB ==