Skip to content

Commit

Permalink
MPI_DP: Improve scalability
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vicentebolea committed Jul 23, 2022
1 parent ee3bfc8 commit 197fbff
Showing 1 changed file with 467 additions and 485 deletions.
Loading

0 comments on commit 197fbff

Please sign in to comment.