Changes by: David DiCato (daavan42 at gmail.com)
Date: 2007-06-23 13:25:29 -0700 (Sat, 23 Jun 2007)
Revision: 11100
Log message:
- Load balancing: Added functions that distill file and/or domain names to a
uniformly distributed float within [0..1]
- Added test code
- Preliminary tests indicate that the hash function has a very nice
distribution and is practical for load-balancing
- Preliminary tests also indicate that my code is really, really slow. Will
optimize later.