Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Implementaion of parallel merge sort using TBB

oppal_einstein
Beginner
329 Views
we want to implement rallel merge sort using TBB.
can any help me please?.
please post the c++ code or give the idea how to implement parallel merge sort.
0 Kudos
1 Reply
Bartlomiej
New Contributor I
329 Views
1. There was a thread about it a few days ago - just scan through other discussion topics.
2. Why don't you use parallel_sort()?
0 Kudos
Reply