Changes

Jump to: navigation, search

AAA Adrina Arsa Andriy

2 bytes added, 13:29, 1 October 2014
Program To Parallelize
For example, if a string was to be broken up after each ".", each part of the large string would be encoded separately, and sent over the network along with a header that contained the strings order.
IE:
encryptedPacket{ int id; string encodedString;
}
The strings could be encoded parallely, and then again decoded parallely.
This would be able to decrease the time taken to encode the strings if they were large. The data would still be encoded while being sent over the network.
 
=====Hot Spot Identification=====
In order to identify the hot spots of the program, I used Visual Studio. (Unfortunately, for this library I could not use the Seneca Matrix system, as my account did not have sufficient privileges to install the library.

Navigation menu