https://github.com/devwurm/parallel-merge-sort-library
A library that provides an interface, to sort lists of different types (i.e. from CSV file or other input methods), with an parallel or sequential merge sort algorithm.
https://github.com/devwurm/parallel-merge-sort-library
Last synced: about 1 year ago
JSON representation
A library that provides an interface, to sort lists of different types (i.e. from CSV file or other input methods), with an parallel or sequential merge sort algorithm.
- Host: GitHub
- URL: https://github.com/devwurm/parallel-merge-sort-library
- Owner: DevWurm
- Created: 2015-04-05T18:35:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T20:08:31.000Z (about 11 years ago)
- Last Synced: 2024-12-31T06:13:53.309Z (over 1 year ago)
- Language: C++
- Size: 199 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license/gpl-3.0.txt
Awesome Lists containing this project
README
# parallel_merge_sort_library
A library that provides an interface, to sort lists of different types (i.e. from CSV file or other input methods), with an parallel or sequential merge sort algorithm.
#Work on the stable version is still in progress, the readme and documentation is added afterwards, if all the specialities are clear
Until then, contact me, if you have questions.
##License
Copyright 2015 DevWurm
'parallel_merge_sort_library' is offered under GPL 3 License (Read ./license/gpl-3.0.txt)
##Authors
DevWurm
Email: devwurm@gmx.net
Feel free to contact me, if you have any questions or ideas about the project :)
##Collaborating
You can use the GitHub issue tracker for bugs and feature requests or create a pull request to submit
changes and forks are welcome, too.
If you don't want to use these possibilities, you can also write me an email at
devwurm@gmx.net.