[sort] How does pdq-sort allocated memory?
17 Mar
2021
17 Mar
'21
3:35 p.m.
According to the documentation boost::pdq_sort uses Log N additional memory. Assuming this memory is allocated via new, is it possible to pass an allocator, or even better, a pre-reserved std::vector<T> to the algorithm in order to avoid allocation? I could not find anything in the documentation about this. /VIktor
1351
Age (days ago)
1351
Last active (days ago)
0 comments
1 participants
participants (1)
-
Viktor Sehr