-
Notifications
You must be signed in to change notification settings - Fork 0
asengupta/Snail-MapReduce
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A single-threaded, in-memory, barebones MapReduce framework written in Ruby to quickly prototype and test parallel algorithms Snail is a single-threaded, in-memory, barebones MapReduce framework written in Ruby to quickly prototype and test parallel algorithms. It's so called because all its operations are in a single-thread, so it runs really slow for even medium size datasets. However, Snail is intended to help prototype the logic and verify the correctness of a MapReduce algorithm, thus speed/scaling are not the aims. You can install it using: gem install snail-map-reduce
About
A single-threaded, in-memory, barebones MapReduce framework written in Ruby to quickly prototype and test parallel algorithms
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published