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 example for parallel sort #15

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

Commits on Oct 11, 2024

  1. Add example for parallel sort

    It is now clearer how to use this library. The example(s) are built by default.
    Connor-GH committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f7dcd7c View commit details
    Browse the repository at this point in the history
  2. Fix rustfmt issues from CI

    Connor-GH committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1d71bbc View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Add more Rust-like hpx_sys::init() function that wraps hpx_sys::ffi::…

    …init()
    
    Having to do all of the Args -> Vec<String> -> *mut *mut c_char conversions in every program using hpx-rs seems tedious. This wrapper helps to remove some of these ugly layers by moving them to the library rather than the user code
    Connor-GH committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3ad3930 View commit details
    Browse the repository at this point in the history
  2. Regression: move unsafe{} block to cover the full assignment. The uns…

    …afe part of this assignment is itself, not the right-hand side.
    Connor-GH committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1df2da2 View commit details
    Browse the repository at this point in the history