Changes

Jump to: navigation, search

N/A

93 bytes added, 23:41, 12 February 2019
Assignment 1
'''Conclusion:'''
This of time is spent in the compress function and the hashtable takes up most of the time because it is constantly being manipulated and read from. It looks like if the hashtable and the compress function were to be parallelized about 90% of the run time would be affected. The big-O for the application should be O(n) time so there is a linear increase in time based on file size, however I hashtable grew more in time compared to the compress function the larger the file. This application is not good for parallelization because of the dictionary hashtable. Due to the hastable needing to be accessible globally and be constantly modifiable and read this could pose issues if multiple threads were running especially since modifying and reading the table needs to be done sequentially for efficient compression.
=== Assignment 2 ===
=== Assignment 3 ===
46
edits

Navigation menu