红联Linux门户
Linux帮助

B树 BPS

发布时间:2012-11-08 15:28:47来源:红联作者:empast
BPS 使用 twist 指针实现了B树,基于哈希表的集合,性能非常高,while using several times less memory and still maintaining order. The set introduces a new B-tree variety with superior search and edit qualities. Compared with the GCC distributed tr1::unordered_set, the new set is only 30% slower while using 3 times less memory. Compared with the ordered std::set, it is almost 4 times faster while using 5 times less memory.

主页:http://sourceforge.net/projects/btps/

下载:http://sourceforge.net/projects/btps/files/

来自:开源中国社区
文章评论

共有 0 条评论