Changeset [21c3ad3d1b2600de425e45822836e89a05737d11] by Shayan Pooya
October 2nd, 2014 @ 06:25 PM
worker: use a compatibility layer for persistent hashing
We have to make use of the fast hash function in python 2 and
only fall
back to the hashlib in python 3.
https://github.com/discoproject/disco/commit/21c3ad3d1b2600de425e45...
Committed by Shayan Pooya
- M lib/disco/compat.py
- M lib/disco/worker/classic/func.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.