Why CPU Speed is more important than CPU Core Count

Forumite Members General Topics Tech Gaming Why CPU Speed is more important than CPU Core Count

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #68057
    Ed PEd P
    Participant
      @edps
      Forumite Points: 39

      Basically because writing multi-threaded/multi-core game engines that optimise CPU core usage is really hard. Even if you are not a C programmer, you will get a lot out of the following link as it takes you through all the problems on writing threaded game engines and gives a little insight on how they are designed with especial reference to the Unreal engine. It also gives a little insight into why Linux games pre-Vulkan ran like a two legged dog.

      An interesting read as non-programmers can just skip over the code examples.

      https://vkguide.dev/docs/extra-chapter/multithreading/

      #68062
      keith with the teefkeith with the teef
      Participant
        @thinktank
        Forumite Points: 0

        Windows knows best?

        I see the new defense strategy is out. It makes my skin crawl at the capabilities of our military dealing with a cyber attach. I bet they duno what Caps lock is or a bad gateway.

        #68063
        Ed PEd P
        Participant
          @edps
          Forumite Points: 39

          Unfortunately the same game threading issues apply to Windows too!

          #68065
          Wheels-Of-FireWheels-Of-Fire
          Participant
            @grahamdearsley
            Forumite Points: 4

            Its amazing that almost no one mentions that mutex is short for mutually exclusive, just knowing that explains a lot about what they are.

            The Windows internals books do actually tell you what mutex stands for, ONCE, but it is buried deep in a chapter that starts out being about something else so its easy to skip over (I did, at least 3 times).

            #68108
            Ed PEd P
            Participant
              @edps
              Forumite Points: 39

              I cannot make a new topic (Forum bug?)!

              However if you get Gremlins in your wfi or SSDs it could be that they are interfering with each other. Unleash the tinfoil hats!

              Intel link explains all:

              https://www.intel.com/content/www/us/en/products/docs/io/universal-serial-bus/usb3-frequency-interference-paper.html

              #68109
              Wheels-Of-FireWheels-Of-Fire
              Participant
                @grahamdearsley
                Forumite Points: 4

                I have to wonder about PC cases with a window in the side too, if that doesn’t let RFI escape I don’t know what does.

                #68116
                Ed PEd P
                Participant
                  @edps
                  Forumite Points: 39

                  Just for completeness this YouTube gives some tips on RFI shielding for components.

                  https://www.youtube.com/watch?v=PD1j-a4e5Tw

                  The very last tip is worth watching for its innovative sandwiching of heat shrink tubing and tinfoil.

                Viewing 7 posts - 1 through 7 (of 7 total)
                • You must be logged in to reply to this topic.