We have a function named igraph_vector_qsort_ind(), see https://igraph.org/c/html/latest/igraph-Data-structures.html#igraph_vector_qsort_ind
The naming is inconsistent with igraph_vector_sort() and implies a specific sorting algorithm. We discussed moving to timsort or powersort.
Shall we rename this to igraph_vector_sort_ind(), @ntamas ?
We have a function named
igraph_vector_qsort_ind(), see https://igraph.org/c/html/latest/igraph-Data-structures.html#igraph_vector_qsort_indThe naming is inconsistent with
igraph_vector_sort()and implies a specific sorting algorithm. We discussed moving to timsort or powersort.Shall we rename this to
igraph_vector_sort_ind(), @ntamas ?