Download List

프로젝트 설명

BPS implements a B-tree with a twist pointer set, which approaches the speed of the fastest, hash table based sets, 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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-11-25 09:55 Back to release list
1.0

두번째 포인터 집합이 추가됩니다. 이전에 소개 포인터 세트 B 조 + 나무 위에 지어진 반면, 새로운 포인터 집합 일반 B 조 나무 위에 지어진 것입니다. 두 세트의 속도가 밀접하게 일치되며 새롭게 도입된 집합은 약 3 % 미만의 메모리를 사용합니다.
A second pointer set is added. While the previously introduced pointer set is built over a B+ tree, the new pointer set is built over a plain B tree. The speed of the two sets is closely matched; the newly introduced set uses about 3% less memory.

Project Resources