Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list_sort算法实现不应使用快速排序, 考虑采用归并排序 #6

Open
activesys opened this issue Nov 13, 2011 · 2 comments

Comments

@activesys
Copy link
Owner

list_sort算法实现不应使用快速排序, 考虑采用归并排序

@suxiaojack
Copy link

单核普遍情况下,快排是最快的。最快的是基数排序,当然基数排序消耗内存也大。

@activesys
Copy link
Owner Author

libcstl-2.3以及后续版本对性能进行优化。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants