Click here to Skip to main content
15,891,828 members
Articles / Programming Languages / MSIL

Dynamic Objects, Factories, and Runtime Machines to Boost Performance

Rate me:
Please Sign up or sign in to vote.
4.79/5 (10 votes)
27 Nov 2007CPOL7 min read 48.4K   303   46  
An examination of dynamic object instantiation and runtime machines to boost performance.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "PerformanceTestConsole", "PerformanceTestConsole\PerformanceTestConsole.vbproj", "{507F3247-CDBF-4862-91E0-17AED347CCF2}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Widgets", "Widgets\Widgets.vbproj", "{5ECCEBCA-1E64-4EA6-8F93-963CB6699831}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{507F3247-CDBF-4862-91E0-17AED347CCF2}.Debug.ActiveCfg = Debug|.NET
		{507F3247-CDBF-4862-91E0-17AED347CCF2}.Debug.Build.0 = Debug|.NET
		{507F3247-CDBF-4862-91E0-17AED347CCF2}.Release.ActiveCfg = Release|.NET
		{507F3247-CDBF-4862-91E0-17AED347CCF2}.Release.Build.0 = Release|.NET
		{5ECCEBCA-1E64-4EA6-8F93-963CB6699831}.Debug.ActiveCfg = Debug|.NET
		{5ECCEBCA-1E64-4EA6-8F93-963CB6699831}.Debug.Build.0 = Debug|.NET
		{5ECCEBCA-1E64-4EA6-8F93-963CB6699831}.Release.ActiveCfg = Release|.NET
		{5ECCEBCA-1E64-4EA6-8F93-963CB6699831}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) @Everywhere
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions