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

Add a grail_sorter to the library (issue #23). #41

Merged
merged 16 commits into from
Dec 15, 2015
Merged

Conversation

Morwenn
Copy link
Owner

@Morwenn Morwenn commented Dec 15, 2015

This pull request adds the buffered sorter grail_sorter to the library, wrapping Mrrl's GrailSort, which is an implementation of a stable sorting algorithm described by B-C. Huang and M. A. Langston. I have ported the original implementation to C++, making it work with any random-access iterator and handle comparison and projection parameters.

A sorting algorithm close to Mrrl's SqrtSort can be obtained with grail_sorter<dynamic_buffer<sqrt>>.

@Morwenn Morwenn changed the title Add a grail_sorter to the library. Add a grail_sorter to the library (issue #23). Dec 15, 2015
Morwenn added a commit that referenced this pull request Dec 15, 2015
Add a grail_sorter to the library (issue #23).
@Morwenn Morwenn merged commit 6c1b143 into master Dec 15, 2015
@Morwenn Morwenn deleted the grail_sorter branch December 15, 2015 21:56
@Morwenn Morwenn mentioned this pull request Dec 15, 2015
19 tasks
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.

None yet

1 participant