Changes between Version 20 and Version 21 of jazz/09-04-14
- Timestamp:
- May 27, 2010, 10:23:06 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-04-14
v20 v21 54 54 * Ruby 55 55 * [http://skynet.rubyforge.org/ Skynet] 56 * [http://www.rufy.com/starfish/doc/ Starfish] - Open source Ruby implementation 56 57 * CUDA 57 58 * [http://www.cse.ust.hk/gpuqp/Mars.html Mars] - A MapReduce Framework on Graphics Processors - 如果要用 GPU 來算 MapReduce 的話,可以用 Mars 58 59 * 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。 60 63 * bash 61 64 * [http://blog.last.fm/2009/04/06/mapreduce-bash-script Mapreduce Bash Script] - 用 bash shell script 寫的 MapReduce - [http://github.com/erikfrey/bashreduce/tree/master 原始碼] … … 66 69 * MPI 67 70 * [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)] 68 73 69 74 == HBase / CouchDB ==