features.h File Reference


Detailed Description

Defines on whether to include algorithm variants.

Less variants reduce executable size and compile time. This file is a GNU parallel extension to the Standard C++ Library.

Definition in file features.h.

Go to the source code of this file.

Defines


Define Documentation

#define _GLIBCXX_BAL_QUICKSORT

Include parallel dynamically load-balanced quicksort.

See also:
__gnu_parallel::_Settings::sort_algorithm

Definition at line 61 of file features.h.

#define _GLIBCXX_FIND_CONSTANT_SIZE_BLOCKS

Include the equal-sized blocks variant for std::find.

See also:
__gnu_parallel::_Settings::find_algorithm

Definition at line 73 of file features.h.

#define _GLIBCXX_FIND_EQUAL_SPLIT

Include the equal splitting variant for std::find.

See also:
__gnu_parallel::_Settings::find_algorithm

Definition at line 80 of file features.h.

#define _GLIBCXX_FIND_GROWING_BLOCKS

Include the growing blocks variant for std::find.

See also:
__gnu_parallel::_Settings::find_algorithm

Definition at line 67 of file features.h.

#define _GLIBCXX_MERGESORT

Include parallel multi-way mergesort.

See also:
__gnu_parallel::_Settings::sort_algorithm

Definition at line 47 of file features.h.

#define _GLIBCXX_QUICKSORT

Include parallel unbalanced quicksort.

See also:
__gnu_parallel::_Settings::sort_algorithm

Definition at line 54 of file features.h.

#define _GLIBCXX_TREE_DYNAMIC_BALANCING

Include the dynamic balancing variant for _Rb_tree::insert_unique(InputIterator beg, InputIterator end).

See also:
__gnu_parallel::_Rb_tree

Definition at line 97 of file features.h.

#define _GLIBCXX_TREE_FULL_COPY

In order to sort the input sequence of _Rb_tree::insert_unique(InputIterator beg, InputIterator end) a full copy of the input elements is done.

See also:
__gnu_parallel::_Rb_tree

Definition at line 106 of file features.h.

#define _GLIBCXX_TREE_INITIAL_SPLITTING

Include the initial splitting variant for _Rb_tree::insert_unique(InputIterator beg, InputIterator end).

See also:
__gnu_parallel::_Rb_tree

Definition at line 89 of file features.h.


Generated on Sat Oct 25 05:09:21 2008 for libstdc++ by  doxygen 1.5.6