home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Some simple coding techniques to push C# as fast as possible
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="waeberd" data-source="post: 6791" data-attributes="member: 10343"><p>Yeah Shawn, you're very right! </p><p>The "make it stable" / "use profilers" / "optimize where it's really needed" approach happens to be the most efficient IMHO!</p><p></p><p>It's very easy to optimize parts that don't slow down the application AT ALL... and code-optimizing is a never-ending process...</p><p></p><p>If you can detect real bottlenecks at first sight.... congratulations! </p><p>But I am often *very* surprised where the time really flies away when reading profiler results, so I simply gave up guessing where bottlenecks could be... use profilers!!</p><p></p><p>Keep hackin' <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>Daniel</p><p></p><p>btw: At the job, I use AQTime <a href="http://www.automatedqa.com/products/aqnet.asp" target="_blank">http://www.automatedqa.com/products/aqnet.asp</a> (for Delphi, but there's a .NET version). Not very cheap but simply awesome once you get used to it!!</p></blockquote><p></p>
[QUOTE="waeberd, post: 6791, member: 10343"] Yeah Shawn, you're very right! The "make it stable" / "use profilers" / "optimize where it's really needed" approach happens to be the most efficient IMHO! It's very easy to optimize parts that don't slow down the application AT ALL... and code-optimizing is a never-ending process... If you can detect real bottlenecks at first sight.... congratulations! But I am often *very* surprised where the time really flies away when reading profiler results, so I simply gave up guessing where bottlenecks could be... use profilers!! Keep hackin' :) Daniel btw: At the job, I use AQTime [url]http://www.automatedqa.com/products/aqnet.asp[/url] (for Delphi, but there's a .NET version). Not very cheap but simply awesome once you get used to it!! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Some simple coding techniques to push C# as fast as possible
Contact us
RSS
Top
Bottom