This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // scalac -unchecked -optimise ConsistentHash.scala && scala CHApp | |
| import scala.collection.immutable.LinearSeq | |
| import java.util.{TreeMap => JTreeMap} | |
| import java.util.{SortedMap => JSortedMap} | |
| /** | |
| * Inspired by http://www.lexemetech.com/2007/11/consistent-hashing.html | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dependency | |
| ========== | |
| http://github.com/downloads/xetorthio/jedis/jedis-1.3.0.jar/qr_code | |
| Client | |
| ========= | |
| logback-test.xml |
NewerOlder