|
Stxxl
1.4.0
|
#include <iostream>#include <stxxl/bits/containers/btree/btree.h>#include <stxxl/stats>#include <stxxl/timer>
Go to the source code of this file.
Defines | |
| #define | node_cache_size (25 * 1024 * 1024) |
| #define | leaf_cache_size (25 * 1024 * 1024) |
Typedefs | |
| typedef stxxl::btree::btree < int, double, comp_type, 4096, 4096, stxxl::SR > | btree_type |
Functions | |
| std::ostream & | operator<< (std::ostream &o, const std::pair< int, double > &obj) |
| int | main (int argc, char *argv[]) |
| #define leaf_cache_size (25 * 1024 * 1024) |
Definition at line 39 of file test_btree.cpp.
Referenced by main().
| #define node_cache_size (25 * 1024 * 1024) |
Definition at line 38 of file test_btree.cpp.
Referenced by main().
| typedef stxxl::btree::btree<int, double, comp_type, 4096, 4096, stxxl::SR> btree_type |
Definition at line 30 of file test_btree.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 41 of file test_btree.cpp.
References stxxl::btree::btree< KeyType, DataType, CompareType, RawNodeSize, RawLeafSize, PDAllocStrategy >::begin(), stxxl::btree::btree< KeyType, DataType, CompareType, RawNodeSize, RawLeafSize, PDAllocStrategy >::end(), stxxl::btree::btree< KeyType, DataType, CompareType, RawNodeSize, RawLeafSize, PDAllocStrategy >::equal_range(), stxxl::btree::btree< KeyType, DataType, CompareType, RawNodeSize, RawLeafSize, PDAllocStrategy >::find(), stxxl::btree::btree< KeyType, DataType, CompareType, RawNodeSize, RawLeafSize, PDAllocStrategy >::key_comp(), leaf_cache_size, stxxl::btree::btree< KeyType, DataType, CompareType, RawNodeSize, RawLeafSize, PDAllocStrategy >::lower_bound(), stxxl::btree::btree< KeyType, DataType, CompareType, RawNodeSize, RawLeafSize, PDAllocStrategy >::max_size(), stxxl::timer::mseconds(), node_cache_size, stxxl::btree::btree< KeyType, DataType, CompareType, RawNodeSize, RawLeafSize, PDAllocStrategy >::size(), stxxl::timer::start(), stxxl::timer::stop(), STXXL_MSG, std::swap(), stxxl::btree::btree< KeyType, DataType, CompareType, RawNodeSize, RawLeafSize, PDAllocStrategy >::upper_bound(), and stxxl::btree::btree< KeyType, DataType, CompareType, RawNodeSize, RawLeafSize, PDAllocStrategy >::value_comp().
| std::ostream& operator<< | ( | std::ostream & | o, |
| const std::pair< int, double > & | obj | ||
| ) |
Definition at line 32 of file test_btree.cpp.
1.7.6.1