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

potential implementation list #2

Open
2 of 6 tasks
matu3ba opened this issue Mar 11, 2022 · 3 comments
Open
2 of 6 tasks

potential implementation list #2

matu3ba opened this issue Mar 11, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@matu3ba
Copy link

matu3ba commented Mar 11, 2022

Optimization parameters:

  1. necessary memory, 2. stability, 3. variance of performance, 4. performance
@alichraghi alichraghi added the enhancement New feature or request label Mar 12, 2022
@matu3ba
Copy link
Author

matu3ba commented Apr 23, 2022

scandum wrote another sorting algorithm with a nice overview table: scandum/crumsort#1

You might want to take a lookt at the bottom tables: fluxsort and crumsort outperform pdqsort in all cases.
However, timsort is not compared.

APPENDUM: What I dislike most is that there are not "trivially copypastable instructions/scripts" to compare the algorithms and author does not provide spec of used machine.

UPDATE: Author fixed all issues after being contacted.

@alichraghi
Copy link
Owner

yeah, i seen it, thanks for mentioning here. exams has completely filled my time for up to two months. there's a lot of programming things to do in the summer.

@matu3ba
Copy link
Author

matu3ba commented Jun 4, 2022

lithdrew dropped a comment of google getting 1GB/s with SIMD-accelerated quicksort https://opensource.googleblog.com/2022/06/Vectorized%20and%20performance%20portable%20Quicksort.html

However, this depends on https://github.com/google/highway to unify common SIMD routines across platforms.

UPDATE 20240418: There is a company repo claiming to port some stuff from google highway.

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

No branches or pull requests

2 participants