todo for making this a far more powerful library
authorChuck Hagenbuch <chuck@horde.org>
Fri, 5 Dec 2008 16:20:54 +0000 (11:20 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Fri, 5 Dec 2008 16:20:54 +0000 (11:20 -0500)
framework/Support/lib/Horde/Support/ConsistentHash.php

index b5d052e..43decaf 100644 (file)
  * http://www.spiteful.com/2008/03/17/programmers-toolbox-part-3-consistent-hashing/,
  * and also the original paper:
  * http://www8.org/w8-papers/2a-webserver/caching/paper2.html
+ *
+ * @TODO Ideas for future enhancement:
+ *   - provide a callback when a point is moved on the circle, so that the calling
+ *     code can take an action (say, tranferring data).
  */
 class Horde_Support_ConsistentHash
 {