Skip to content

added c++ backend for brick sort and brick sort parallel #678

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

arvinder004
Copy link
Contributor

@arvinder004 arvinder004 commented Apr 8, 2025

Fixes #677

Brief description of what is fixed or changed

  • Added the Brick sort and Brick sort parallel implementations in the C++ Backend file quadratic_time_sort.hpp
  • Exposed C++ functions to Python
  • Updated Python Functions

@arvinder004 arvinder004 changed the title added backend for brick sort and brick sort parallel added c++ backend for brick sort and brick sort parallel Apr 8, 2025
Copy link
Member

@czgdp1807 czgdp1807 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How are we testing it? Can you benchmark parallel and sequential implementation?

@arvinder004
Copy link
Contributor Author

sir I have added the tests for C++ Backend. I will try to benchmark parallel and sequential implementations and return to it very soon.

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.

Implement C++ Backend for Brick Sort and Brick Sort Parallel
2 participants