Home
last modified time | relevance | path

Searched refs:spinsort (Results 1 – 25 of 76) sorted by relevance

1234

/dports/devel/boost-docs/boost_1_72_0/libs/sort/doc/
H A Dspinsort.qbk11 [section:spinsort 2.3.- spinsort]
27 spinsort | Yes | N / 2 | N, NlogN , NlogN |
34 …ements, or some elements are modified, breaking the order of the elements. In these cases, spinsort
78 You only need to include the file boost/sort/sort.hpp to use spinsort.
80 The spinsort function is in the namespace boost::sort
89 void spinsort (iter_t first, iter_t last, compare comp = compare());
H A Dsingle_thread.qbk27spinsort | yes | N / 2 | N, NLogN, NLogN |…
37 * *spinsort* is a stable sort that is fast with random or nearly sorted data, designed and develope…
40 spinsort, designed and developed by Francisco Tapia.
48 [include spinsort.qbk]
H A Dlinux_single.qbk34 … | std::sort | pdqsort |stable_sort| spinsort |stable_sort|spreadsort |
94 spinsort | 9.4262 | 1175 MB |
113 spinsort | 8.5996 | 978 MB |
145spinsort | 9.70 9.69| 5.25 4.89| 3.28 2.65| 2.41 1.92| 2.03 1.66| 1.66 1.52| 1176 …
/dports/devel/boost-python-libs/boost_1_72_0/libs/sort/doc/
H A Dspinsort.qbk11 [section:spinsort 2.3.- spinsort]
27 spinsort | Yes | N / 2 | N, NlogN , NlogN |
34 …ements, or some elements are modified, breaking the order of the elements. In these cases, spinsort
78 You only need to include the file boost/sort/sort.hpp to use spinsort.
80 The spinsort function is in the namespace boost::sort
89 void spinsort (iter_t first, iter_t last, compare comp = compare());
H A Dsingle_thread.qbk27spinsort | yes | N / 2 | N, NLogN, NLogN |…
37 * *spinsort* is a stable sort that is fast with random or nearly sorted data, designed and develope…
40 spinsort, designed and developed by Francisco Tapia.
48 [include spinsort.qbk]
H A Dlinux_single.qbk34 … | std::sort | pdqsort |stable_sort| spinsort |stable_sort|spreadsort |
94 spinsort | 9.4262 | 1175 MB |
113 spinsort | 8.5996 | 978 MB |
145spinsort | 9.70 9.69| 5.25 4.89| 3.28 2.65| 2.41 1.92| 2.03 1.66| 1.66 1.52| 1176 …
/dports/devel/boost-libs/boost_1_72_0/libs/sort/doc/
H A Dspinsort.qbk11 [section:spinsort 2.3.- spinsort]
27 spinsort | Yes | N / 2 | N, NlogN , NlogN |
34 …ements, or some elements are modified, breaking the order of the elements. In these cases, spinsort
78 You only need to include the file boost/sort/sort.hpp to use spinsort.
80 The spinsort function is in the namespace boost::sort
89 void spinsort (iter_t first, iter_t last, compare comp = compare());
H A Dsingle_thread.qbk27spinsort | yes | N / 2 | N, NLogN, NLogN |…
37 * *spinsort* is a stable sort that is fast with random or nearly sorted data, designed and develope…
40 spinsort, designed and developed by Francisco Tapia.
48 [include spinsort.qbk]
H A Dlinux_single.qbk34 … | std::sort | pdqsort |stable_sort| spinsort |stable_sort|spreadsort |
94 spinsort | 9.4262 | 1175 MB |
113 spinsort | 8.5996 | 978 MB |
145spinsort | 9.70 9.69| 5.25 4.89| 3.28 2.65| 2.41 1.92| 2.03 1.66| 1.66 1.52| 1176 …
/dports/devel/hyperscan/boost_1_75_0/libs/sort/doc/
H A Dspinsort.qbk11 [section:spinsort 2.3.- spinsort]
27 spinsort | Yes | N / 2 | N, NlogN , NlogN |
34 …ements, or some elements are modified, breaking the order of the elements. In these cases, spinsort
78 You only need to include the file boost/sort/sort.hpp to use spinsort.
80 The spinsort function is in the namespace boost::sort
89 void spinsort (iter_t first, iter_t last, compare comp = compare());
H A Dsingle_thread.qbk27spinsort | yes | N / 2 | N, NLogN, NLogN |…
37 * *spinsort* is a stable sort that is fast with random or nearly sorted data, designed and develope…
40 spinsort, designed and developed by Francisco Tapia.
48 [include spinsort.qbk]
H A Dlinux_single.qbk34 … | std::sort | pdqsort |stable_sort| spinsort |stable_sort|spreadsort |
94 spinsort | 9.4262 | 1175 MB |
113 spinsort | 8.5996 | 978 MB |
145spinsort | 9.70 9.69| 5.25 4.89| 3.28 2.65| 2.41 1.92| 2.03 1.66| 1.66 1.52| 1176 …
/dports/devel/boost-docs/boost_1_72_0/boost/sort/spinsort/
H A Dspinsort.hpp363 class spinsort class
393 spinsort (Iter_t first, Iter_t last, Compare comp, value_t *paux,
400 spinsort(Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function in boost::sort::spin_detail::spinsort
401 : spinsort(first, last, comp, nullptr, 0) { }; in spinsort()
403 spinsort(Iter_t first, Iter_t last, Compare comp, range_buf range_aux) in spinsort() function in boost::sort::spin_detail::spinsort
404 : spinsort(first, last, comp, range_aux.first, range_aux.size()) { }; in spinsort()
412 ~spinsort(void) in ~spinsort()
439 spinsort <Iter_t, Compare>
545 inline void spinsort (Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function
547 spin_detail::spinsort <Iter_t, Compare> (first, last, comp); in spinsort()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/sort/spinsort/
H A Dspinsort.hpp363 class spinsort class
393 spinsort (Iter_t first, Iter_t last, Compare comp, value_t *paux,
400 spinsort(Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function in boost::sort::spin_detail::spinsort
401 : spinsort(first, last, comp, nullptr, 0) { }; in spinsort()
403 spinsort(Iter_t first, Iter_t last, Compare comp, range_buf range_aux) in spinsort() function in boost::sort::spin_detail::spinsort
404 : spinsort(first, last, comp, range_aux.first, range_aux.size()) { }; in spinsort()
412 ~spinsort(void) in ~spinsort()
439 spinsort <Iter_t, Compare>
545 inline void spinsort (Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function
547 spin_detail::spinsort <Iter_t, Compare> (first, last, comp); in spinsort()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/sort/spinsort/
H A Dspinsort.hpp363 class spinsort class
393 spinsort (Iter_t first, Iter_t last, Compare comp, value_t *paux,
400 spinsort(Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function in boost::sort::spin_detail::spinsort
401 : spinsort(first, last, comp, nullptr, 0) { }; in spinsort()
403 spinsort(Iter_t first, Iter_t last, Compare comp, range_buf range_aux) in spinsort() function in boost::sort::spin_detail::spinsort
404 : spinsort(first, last, comp, range_aux.first, range_aux.size()) { }; in spinsort()
412 ~spinsort(void) in ~spinsort()
439 spinsort <Iter_t, Compare>
545 inline void spinsort (Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function
547 spin_detail::spinsort <Iter_t, Compare> (first, last, comp); in spinsort()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/sort/spinsort/
H A Dspinsort.hpp363 class spinsort class
393 spinsort (Iter_t first, Iter_t last, Compare comp, value_t *paux,
400 spinsort(Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function in boost::sort::spin_detail::spinsort
401 : spinsort(first, last, comp, nullptr, 0) { }; in spinsort()
403 spinsort(Iter_t first, Iter_t last, Compare comp, range_buf range_aux) in spinsort() function in boost::sort::spin_detail::spinsort
404 : spinsort(first, last, comp, range_aux.first, range_aux.size()) { }; in spinsort()
412 ~spinsort(void) in ~spinsort()
439 spinsort <Iter_t, Compare>
545 inline void spinsort (Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function
547 spin_detail::spinsort <Iter_t, Compare> (first, last, comp); in spinsort()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/sort/spinsort/
H A Dspinsort.hpp363 class spinsort class
393 spinsort (Iter_t first, Iter_t last, Compare comp, value_t *paux,
400 spinsort(Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function in boost::sort::spin_detail::spinsort
401 : spinsort(first, last, comp, nullptr, 0) { }; in spinsort()
403 spinsort(Iter_t first, Iter_t last, Compare comp, range_buf range_aux) in spinsort() function in boost::sort::spin_detail::spinsort
404 : spinsort(first, last, comp, range_aux.first, range_aux.size()) { }; in spinsort()
412 ~spinsort(void) in ~spinsort()
439 spinsort <Iter_t, Compare>
545 inline void spinsort (Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function
547 spin_detail::spinsort <Iter_t, Compare> (first, last, comp); in spinsort()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/sort/spinsort/
H A Dspinsort.hpp363 class spinsort class
393 spinsort (Iter_t first, Iter_t last, Compare comp, value_t *paux,
400 spinsort(Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function in boost::sort::spin_detail::spinsort
401 : spinsort(first, last, comp, nullptr, 0) { }; in spinsort()
403 spinsort(Iter_t first, Iter_t last, Compare comp, range_buf range_aux) in spinsort() function in boost::sort::spin_detail::spinsort
404 : spinsort(first, last, comp, range_aux.first, range_aux.size()) { }; in spinsort()
412 ~spinsort(void) in ~spinsort()
439 spinsort <Iter_t, Compare>
545 inline void spinsort (Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function
547 spin_detail::spinsort <Iter_t, Compare> (first, last, comp); in spinsort()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/sort/spinsort/
H A Dspinsort.hpp363 class spinsort class
393 spinsort (Iter_t first, Iter_t last, Compare comp, value_t *paux,
400 spinsort(Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function in boost::sort::spin_detail::spinsort
401 : spinsort(first, last, comp, nullptr, 0) { }; in spinsort()
403 spinsort(Iter_t first, Iter_t last, Compare comp, range_buf range_aux) in spinsort() function in boost::sort::spin_detail::spinsort
404 : spinsort(first, last, comp, range_aux.first, range_aux.size()) { }; in spinsort()
412 ~spinsort(void) in ~spinsort()
439 spinsort <Iter_t, Compare>
545 inline void spinsort (Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function
547 spin_detail::spinsort <Iter_t, Compare> (first, last, comp); in spinsort()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/sort/spinsort/
H A Dspinsort.hpp363 class spinsort class
393 spinsort (Iter_t first, Iter_t last, Compare comp, value_t *paux,
400 spinsort(Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function in boost::sort::spin_detail::spinsort
401 : spinsort(first, last, comp, nullptr, 0) { }; in spinsort()
403 spinsort(Iter_t first, Iter_t last, Compare comp, range_buf range_aux) in spinsort() function in boost::sort::spin_detail::spinsort
404 : spinsort(first, last, comp, range_aux.first, range_aux.size()) { }; in spinsort()
412 ~spinsort(void) in ~spinsort()
439 spinsort <Iter_t, Compare>
545 inline void spinsort (Iter_t first, Iter_t last, Compare comp = Compare()) in spinsort() function
547 spin_detail::spinsort <Iter_t, Compare> (first, last, comp); in spinsort()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/sort/test/
H A Dtest_spinsort.cpp64 spinsort (V1.begin ( ), V1.end ( ), compare_t ( )); in test1()
86 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
95 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
103 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
111 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
168 spinsort( V.begin() , V.end(), compare_t()); in test4()
/dports/devel/boost-python-libs/boost_1_72_0/libs/sort/test/
H A Dtest_spinsort.cpp64 spinsort (V1.begin ( ), V1.end ( ), compare_t ( )); in test1()
86 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
95 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
103 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
111 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
168 spinsort( V.begin() , V.end(), compare_t()); in test4()
/dports/devel/boost-libs/boost_1_72_0/libs/sort/test/
H A Dtest_spinsort.cpp64 spinsort (V1.begin ( ), V1.end ( ), compare_t ( )); in test1()
86 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
95 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
103 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
111 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
168 spinsort( V.begin() , V.end(), compare_t()); in test4()
/dports/devel/hyperscan/boost_1_75_0/libs/sort/test/
H A Dtest_spinsort.cpp64 spinsort (V1.begin ( ), V1.end ( ), compare_t ( )); in test1()
86 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
95 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
103 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
111 spinsort (V1.begin ( ), V1.end ( ), comp); in test2()
168 spinsort( V.begin() , V.end(), compare_t()); in test4()
/dports/devel/boost-docs/boost_1_72_0/libs/sort/doc/html/
H A Dstandalone_HTML.manifest62 sort/single_thread/spinsort.html
63 sort/single_thread/spinsort/spinsort_benchmark.html
64 sort/single_thread/spinsort/spinsort_programming.html

1234