主要实现了一致性哈希的算法,php界相当优秀的代码。 ?php /** * Flexihash - A simple consistent hashing implementation for PHP. * * The MIT License * * Copyright (c) 2008 Paul Annesley * * Permission is hereby granted, free of charge, to any
主要实现了一致性哈希的算法,php界相当优秀的代码。 原文地址:一致性哈希PHP版, 感谢原作者分享。