Changeset [f984840491d305aad054aedf9222f32b80ba0613] by Jared Flatow
January 19th, 2011 @ 02:42 AM
replaced bencode with dencode for faster decoding
https://github.com/tuulos/disco/commit/f984840491d305aad054aedf9222...
Committed by Jared Flatow
- A lib/disco/dencode.py
- A master/src/dencode.erl
- R lib/disco/bencode.py
- R master/src/bencode.erl
- M lib/disco/core.py
- M lib/disco/events.py
- M master/src/disco_server.erl
- M master/src/disco_worker.erl
- M master/src/event_stream.erl
- M master/src/jobpack.erl
- M master/src/node_mon.erl
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Disco is an open-source implementation of the Map-Reduce framework for distributed computing. As the original framework, Disco supports parallel computations over large data sets on unreliable cluster of computers.