two new libraries for task balancing in go
For distributing source tasks to lists of targets in go, I offer the following two new open source libraries:
- consistent_hash. This is an implementation of the well-known technique of consistent hashing.
- modulo_hash. This is an implementation of a simple hash/modulo approach to distributing sources to to targets.
Both libraries are licensed with the BSD3 license.
last update 2010-13-22