Skip to content

Add OpenMP based parallelization also to qsort #175

@game-difficulty

Description

@game-difficulty

Thank you for your great work on x86-simd-sort! I noticed that on May 29, a pull request titled "Adds OpenMP based parallelization to key-value sorting" was merged, which added OpenMP-based parallelization to key-value sorting and brought significant performance improvements for large arrays.

However, it seems that qsort in the library does not yet include similar thread-level parallelization.

Adding OpenMP-based parallelization to qsort could yield significant performance improvements. Would it be possible to extend the same parallelization approach to qsort in the future?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions