https://github.com/zwhe99/string-group-by-parallel-algorithm
Implementation of string group-by algorithm based on radix sort and parallelized using openmp,MPI and MPI+Openmp.
https://github.com/zwhe99/string-group-by-parallel-algorithm
Last synced: 2 months ago
JSON representation
Implementation of string group-by algorithm based on radix sort and parallelized using openmp,MPI and MPI+Openmp.
- Host: GitHub
- URL: https://github.com/zwhe99/string-group-by-parallel-algorithm
- Owner: zwhe99
- Created: 2020-06-27T13:32:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T17:22:43.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T06:42:27.323Z (4 months ago)
- Language: C
- Homepage:
- Size: 18.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# String-Group-By-Parallel-Algorithm