In previous assignments | Computer Science homework help

  

In previous assignments, you used threads to improve the performance of a sort algorithm. Threads were initially applied in order to achieve processing concurrency in order to reduce the time required
to sort data. This week’s readings highlighted various ways that I/O performance can impact the overall performance of an application or a system. The readings also identified specific principles that can be applied to improve the efficiency of I/O. For this
Assignment, you will consider the I/O performed in the threaded sort Assignment from Week 2 and how the I/O contributes to the performance of the threaded sort. Applying the principles identified in this week’s reading, along with the concurrency control mechanisms
from Week 3, you will revise the threaded sort application in an effort to improve the I/O performance in order to affect an overall performance improvement. To prepare: Evaluate the manner by which the threaded sort application performs I/O to retrieve the
data to be sorted. Propose a strategy to improve the performance by applying one or more of the principles to improve the efficiency of I/O that were identified in this week’s reading
 

Evaluate the manner by which the threaded sort application performs I/O to retrieve the data to be sorted. Propose a strategy to improve the performance by applying one or more of the principles to improve the efficiency of I/O that were identified in this week’s reading.