Difference between revisions of "Performance/Library and directory structure"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Optimizing the placement of libraries for a better cold start up)
(Main idea)
Line 5: Line 5:
 
== Main idea ==
 
== Main idea ==
  
According to an article () from Microsoft the placement of shared libraries is crucial for a good start up performance. It must be clarified if the findings can also have positive effects on the other platforms.
+
According to an [http://msdn.microsoft.com/en-us/library/ms810432.aspx article] from Microsoft the placement of shared libraries is crucial for a good start up performance. The article states that the load time of a library can be reduced by about 20% if it's located at the first search position (next to the binary).
 +
 
 +
It must be clarified if the findings can also have positive effects on the other platforms.
  
 
== Windows ==
 
== Windows ==

Revision as of 12:48, 14 April 2009

Optimizing the placement of libraries for a better cold start up

This part wants to concentrate on

Main idea

According to an article from Microsoft the placement of shared libraries is crucial for a good start up performance. The article states that the load time of a library can be reduced by about 20% if it's located at the first search position (next to the binary).

It must be clarified if the findings can also have positive effects on the other platforms.

Windows

Personal tools