changeset 3:30ab78379fff

Add README
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 30 Jan 2016 20:47:38 +0000
parents c79a03c07e57
children 0d7cfea10370
files README.md
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Sat Jan 30 20:47:38 2016 +0000
@@ -0,0 +1,7 @@
+# LocalMR
+
+LocalMR is a MapReduce implementation that is designed to be run on a single machine.
+It is best suited for calculation-heavy tasks: While it can run code concurrently,
+the Hard Disk obviously remains the bottleneck. So sometimes, a local `grep` may be
+faster :)
+