Changeset [9362c9fca6e2391be307a706fdbc03075717286d] by Shayan Pooya
January 8th, 2014 @ 06:45 AM
Use python string split instead of regex for parsing sorted files.
Regex will be very slow for large key value pairs.
https://github.com/discoproject/disco/commit/9362c9fca6e2391be307a7...
Committed by Shayan Pooya
- M lib/disco/util.py
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.