Consistent Hashing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=External= | =External= | ||
* | * http://en.wikipedia.org/wiki/Consistent_hashing | ||
* | * http://www.tomkleinpeter.com/2008/03/17/programmers-toolbox-part-3-consistent-hashing/ | ||
* | * http://www.lexemetech.com/2007/11/consistent-hashing.html | ||
* | * https://weblogs.java.net/blog/tomwhite/archive/2007/11/consistent_hash.html | ||
* | * http://www.goworkday.com/2010/03/19/single-word-wangjenkins-hash-concurrenthashmap/ | ||
=Internal= | =Internal= | ||
* [[Data Structures#Subjects|Data Structures]] | * [[Data Structures#Subjects|Data Structures]] |
Revision as of 17:26, 5 February 2018
External
- http://en.wikipedia.org/wiki/Consistent_hashing
- http://www.tomkleinpeter.com/2008/03/17/programmers-toolbox-part-3-consistent-hashing/
- http://www.lexemetech.com/2007/11/consistent-hashing.html
- https://weblogs.java.net/blog/tomwhite/archive/2007/11/consistent_hash.html
- http://www.goworkday.com/2010/03/19/single-word-wangjenkins-hash-concurrenthashmap/