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

MPI_DP: Optimize scalable component #3292

Merged
merged 1 commit into from
Jul 23, 2022

Commits on Jul 23, 2022

  1. MPI_DP: Optimize scalable components

    Multiple changes are contained in this commit:
    
    - Adoption of BSD Queues instead of custom made linked-lists.
    - Used of linked-lists in often-insertion/no-random-access scenarios.
    - Removed unneeded dynamic allocated variables.
    - Fixed minor memory leak on StreamWSR destruction.
    - Finer grain lock/mutex usage.
    - Added multiple comments and diagram.
    - Renamed most of the data structures for better consistency.
    - Rearranged function order in the file to better follow its execution.
    vicentebolea committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    51307db View commit details
    Browse the repository at this point in the history