Skip to content

update hash sorting to use rayon parallelization - #91

Merged
gregl83 merged 1 commit into
mainfrom
feature/86/par-sort-benchmarks
Dec 8, 2025
Merged

update hash sorting to use rayon parallelization#91
gregl83 merged 1 commit into
mainfrom
feature/86/par-sort-benchmarks

Conversation

@gregl83

@gregl83 gregl83 commented Dec 8, 2025

Copy link
Copy Markdown
Owner
  • uses standard rayon par_sort_unstable which currently has sequential sort under 2000 items
  • added benchmarks for comparison and possible future optimization

closes #88

@gregl83
gregl83 merged commit a1f99c8 into main Dec 8, 2025
8 checks passed
@gregl83
gregl83 deleted the feature/86/par-sort-benchmarks branch December 8, 2025 20:25
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

Successfully merging this pull request may close these issues.

add benchmark for par_sort_unstable

1 participant