Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/sorting/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 什么是PyTables外部排序算法?_Python_Sorting_Pytables - Fatal编程技术网

Python 什么是PyTables外部排序算法?

Python 什么是PyTables外部排序算法?,python,sorting,pytables,Python,Sorting,Pytables,我需要知道PyTables使用哪种排序算法来创建完全排序的索引。中的代码同时引用了mergesort和quicksort,但我仍然不知道它们实际上是如何使用的。有什么想法吗?根据您链接的代码中的注释,似乎算法已从快速排序更改为合并排序。不清楚441指的是什么。一般来说,基于外部磁盘的排序使用某种类型的合并排序。Yhea这也是我的想法,但由于我使用PyTables作为学术工作的一部分,因此我也要正确了解细节。我会试着联系开发人员。

我需要知道PyTables使用哪种排序算法来创建完全排序的索引。中的代码同时引用了mergesort和quicksort,但我仍然不知道它们实际上是如何使用的。有什么想法吗?

根据您链接的代码中的注释,似乎算法已从快速排序更改为合并排序。不清楚441指的是什么。一般来说,基于外部磁盘的排序使用某种类型的合并排序。Yhea这也是我的想法,但由于我使用PyTables作为学术工作的一部分,因此我也要正确了解细节。我会试着联系开发人员。