2008-01-16
一些关于 consistent hashing 的资料
关键字: consistent hashing
http://cn.last.fm/user/RJ/journal/2007/04/10/392555/
libketama - a consistent hashing algo for memcache clients
http://www.isthe.com/chongo/tech/comp/fnv/
Fowler / Noll / Vo (FNV) Hash
http://lists.danga.com/pipermail/memcached/2007-April/003834.html
libketama - a consistent hashing algo for memcache clients
http://www.isthe.com/chongo/tech/comp/fnv/
Fowler / Noll / Vo (FNV) Hash
http://lists.danga.com/pipermail/memcached/2007-April/003834.html
评论
iunknown
2008-02-23
http://www.wumpus-search.org/download/wumpus-2006-08-28.tgz
wumpus/filesystem/documentation.txt
The filesystem is block-based, as could be expected. However, the blocks are
called "pages", as this seems to fit better in the underlying file metaphor.
A BucketFileSystem can hold an arbitrary number of fixed-size files. Every
file has the same size.
wumpus/filesystem/documentation.txt
The filesystem is block-based, as could be expected. However, the blocks are
called "pages", as this seems to fit better in the underlying file metaphor.
A BucketFileSystem can hold an arbitrary number of fixed-size files. Every
file has the same size.
iunknown
2008-02-23
http://www.codeproject.com/KB/files/nfsLibrary.aspx
a portable library for emulating a file system within a file
a portable library for emulating a file system within a file
iunknown
2008-02-23
Hash buckets are used and each hash bucket is stored in a sparse file at an offset given as i*s, where i is the hash bucket number and s is the hash bucket size, an where a directory starts out as an empty file, where the file size increases to the size where it needs to be split by inserting records, and wherein upon a split, an additional bucket is written increasing the file size from s to 2*s upon the first split.
发表评论
- 浏览: 79326 次

- 详细资料
搜索本博客
我的相册
vim
共 2 张
共 2 张
最近加入圈子
最新评论
-
集成 IOCP 到 Libevent
去找了 memcached for win32 的源代码,结果可以顺利编译,并且 ...
-- by iunknown -
集成 IOCP 到 Libevent
qiezi 写道GetQueuedCompletionStatusEx也支持超时 ...
-- by iunknown -
集成 IOCP 到 Libevent
GetQueuedCompletionStatusEx也支持超时,用它代替sel ...
-- by qiezi -
集成 IOCP 到 Libevent
linux/solaris上的aio有多种回调/通知方式,可能和libevent ...
-- by qiezi -
集成 IOCP 到 Libevent
SPServer是一个很不错的框架,受到启发,我用boost::asio实现了一 ...
-- by wow






评论排行榜