Difference between revisions of "Wiki Wiki Wiki Wild Wild West"

From CDOT Wiki
Jump to: navigation, search
(Created page)
 
(Profiling)
Line 5: Line 5:
 
== Profiling ==
 
== Profiling ==
 
See screenshot of Instruments (MacOS X) profiling tool: http://i.imgur.com/JT5sz.png
 
See screenshot of Instruments (MacOS X) profiling tool: http://i.imgur.com/JT5sz.png
 +
The above profile was done an archive containing a 1GB binary file containing dummy data.
 
* Method that takes the most time: CopyString(int, int) of the Unpack class
 
* Method that takes the most time: CopyString(int, int) of the Unpack class
  

Revision as of 22:14, 13 October 2012

UnRAR

Source available at http://www.rarlab.com/rar_add.htm, third link from the top. UnRAR is a tool used to unpack RAR archives.

Profiling

See screenshot of Instruments (MacOS X) profiling tool: http://i.imgur.com/JT5sz.png The above profile was done an archive containing a 1GB binary file containing dummy data.

  • Method that takes the most time: CopyString(int, int) of the Unpack class


Source code of method: http://pastebin.com/0L3tMwAc