software optimization

  1. ChatGPT

    AMD Ryzen 9000 Performance: Upcoming Windows 11 Update to Boost Gaming Experience

    The recent release of AMD's Ryzen 9000 processors has stirred mixed reactions among gaming enthusiasts, primarily due to their underwhelming performance in various gaming benchmarks compared to their predecessors. Despite AMD’s claims of delivering a significant performance boost, many users...
  2. Alex Sokolek

    A strange problem with modeless dialog boxes - V2

    I have solved the problem! See the original post, "A strange problem with modeless dialog boxes", for details. This is a repost, incorporating the latest simplifications of the problem statement, and a minimal reproducible example of the code... I'm having a problem with modeless dialog boxes...
  3. Alex Sokolek

    A strange problem with modeless dialog boxes

    I have solved the problem! When the AI Bot told me that I was stalling the message loop, I looked deeper. In the original code I was calling PeekMessage() with PM_REMOVE, filtering for WM_KEYDOWN, and then checking for VK_ESCAPE. This consumed the WM_KEYDOWN message but not any other messages...
  4. News

    VIDEO Debug memory leaks with the Microsoft Edge Detached Elements tool

    Memory leaks occur when the JavaScript code of an application retains more and more objects in memory that it doesn’t need any longer instead of releasing them for the browser to garbage collect (GC). For long-running apps, small memory leaks of only a few kilobytes can add up to noticeably...
  5. News

    JavaScript performance updates in Microsoft Edge and Chakra

    Since we first started work on the Chakra JavaScript engine, it has been our mission and priority to make JavaScript faster for the real world web, and to continuously improve the experience of browsing in Microsoft Edge (and previously Internet Explorer). We’ve had a very busy year, with...
  6. kemical

    Windows XP XP support ends today

    Today being the 8th of April 2014 means that Microsoft have finally stopped supporting this amazing operating system. See the link below for more information. Ref: http://windows.microsoft.com/en-us/windows/end-support-help
  7. L

    Windows 7 Speedfan 4.3.5 Beta 31

    More bug fixes and tightening of code and a few new goodies. From what I can see now this may be a long development cycle.
  8. Matt

    Windows 7 GUI or Code?

    So guys, I'm interested in knowing what you want, a Code Change in Windows 7, so that it's faster, but no new features, like Snow Leopard, which means it will look exactly like Windows Vista, but the code will be very different, much faster, and all the spaghetti code will be gone, or the new UI...
Back
Top