Multiprocessors Q.4

0. Suppose a program created a binary search tree (BST) with 1000 nodes. We are performing some basic operations (insert, remove, search) on a BST infinitely often by using the program. The probability to perform each operation is same. If we use the the following multi threading technique(s) while performing operations on BST.
I. Coarse-Grain Multi threading
II. Fine-Grain Multi threading
Which multi threading technique(s) give better throughput?(Assume that program is running on a 8-core multiprocessor)

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *