Menu
News
All News
Dungeons & Dragons
Level Up: Advanced 5th Edition
Pathfinder
Starfinder
Warhammer
2d20 System
Year Zero Engine
Industry News
Reviews
Dragon Reflections
White Dwarf Reflections
Columns
Weekly Digests
Weekly News Digest
Freebies, Sales & Bundles
RPG Print News
RPG Crowdfunding News
Game Content
ENterplanetary DimENsions
Mythological Figures
Opinion
Worlds of Design
Peregrine's Nest
RPG Evolution
Other Columns
From the Freelancing Frontline
Monster ENcyclopedia
WotC/TSR Alumni Look Back
4 Hours w/RSD (Ryan Dancey)
The Road to 3E (Jonathan Tweet)
Greenwood's Realms (Ed Greenwood)
Drawmij's TSR (Jim Ward)
Community
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Resources
Wiki
Pages
Latest activity
Media
New media
New comments
Search media
Downloads
Latest reviews
Search resources
EN Publishing
Store
EN5ider
Adventures in ZEITGEIST
Awfully Cheerful Engine
What's OLD is NEW
Judge Dredd & The Worlds Of 2000AD
War of the Burning Sky
Level Up: Advanced 5E
Events & Releases
Upcoming Events
Private Events
Featured Events
Socials!
EN Publishing
Twitter
BlueSky
Facebook
Instagram
EN World
BlueSky
YouTube
Facebook
Twitter
Twitch
Podcast
Features
Top 5 RPGs Compiled Charts 2004-Present
Adventure Game Industry Market Research Summary (RPGs) V1.0
Ryan Dancey: Acquiring TSR
Q&A With Gary Gygax
D&D Rules FAQs
TSR, WotC, & Paizo: A Comparative History
D&D Pronunciation Guide
Million Dollar TTRPG Kickstarters
Tabletop RPG Podcast Hall of Fame
Eric Noah's Unofficial D&D 3rd Edition News
D&D in the Mainstream
D&D & RPG History
About Morrus
Log in
Register
What's new
Search
Search
Search titles only
By:
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Menu
Log in
Register
Install the app
Install
Upgrade your account to a Community Supporter account and remove most of the site ads.
Rocket your D&D 5E and Level Up: Advanced 5E games into space! Alpha Star Magazine Is Launching... Right Now!
Community
General Tabletop Discussion
*Geek Talk & Media
Software's System Requirements
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="Redrobes" data-source="post: 3511866" data-attributes="member: 40793"><p>This core business is really quite simple. Each core runs one thread of execution at any moment in time. Any program must have at least one thread as their main thread but you may also code up programs to have more than one thread so do tasks alongside the main thread.</p><p></p><p>So with a dual core and one single threaded program running, it will run at exactly the same speed and the second core will be idle.</p><p></p><p>With two single threaded programs running you have two threads in total and one will be assigned to each core so each will run at full speed. If you had just one core then it would chop between them constantly and give each program half of its time and so each would run at half speed. Therefore dual core is twice as fast.</p><p></p><p>You can also have one multi threaded program running and each of the threads would be assigned to a different core so the single program would run twice as fast.</p><p></p><p>Your PC runs many many background tasks alongside the main applications that you run. With a dual core these applications can run on the extra core so even with one single threaded program it might run just a little faster on a dual core machine.</p><p></p><p>You cannot simple aggregate the core speeds together. The two combined might be the total capable power but you might not be able to harness all of it with one application if that program was written with one thread.</p><p></p><p>There is a little more complexity with the hyper threaded processors. These look like dual cores to the software system but they are not actually full cores. You get one full one but bits of it that are not in use by the main thread may optionally and occasionally be used to push more waiting threads forward a bit until it needs the resources of the main core units whereby it stalls again. So you get a little extra oomph but not a lot.</p><p></p><p>Finally, just for information, ViewingDale is written with multiple threads and the web site has a free graphics test program which will tell you whether it thinks the system is multi core or hyper threaded or not. Its not all that useful unless you want to check your system for compatibility.</p><p></p><p><a href="http://www.viewing.ltd.uk/cgi-bin/viewingdale.pl?category=test_app" target="_blank">http://www.viewing.ltd.uk/cgi-bin/viewingdale.pl?category=test_app</a></p></blockquote><p></p>
[QUOTE="Redrobes, post: 3511866, member: 40793"] This core business is really quite simple. Each core runs one thread of execution at any moment in time. Any program must have at least one thread as their main thread but you may also code up programs to have more than one thread so do tasks alongside the main thread. So with a dual core and one single threaded program running, it will run at exactly the same speed and the second core will be idle. With two single threaded programs running you have two threads in total and one will be assigned to each core so each will run at full speed. If you had just one core then it would chop between them constantly and give each program half of its time and so each would run at half speed. Therefore dual core is twice as fast. You can also have one multi threaded program running and each of the threads would be assigned to a different core so the single program would run twice as fast. Your PC runs many many background tasks alongside the main applications that you run. With a dual core these applications can run on the extra core so even with one single threaded program it might run just a little faster on a dual core machine. You cannot simple aggregate the core speeds together. The two combined might be the total capable power but you might not be able to harness all of it with one application if that program was written with one thread. There is a little more complexity with the hyper threaded processors. These look like dual cores to the software system but they are not actually full cores. You get one full one but bits of it that are not in use by the main thread may optionally and occasionally be used to push more waiting threads forward a bit until it needs the resources of the main core units whereby it stalls again. So you get a little extra oomph but not a lot. Finally, just for information, ViewingDale is written with multiple threads and the web site has a free graphics test program which will tell you whether it thinks the system is multi core or hyper threaded or not. Its not all that useful unless you want to check your system for compatibility. [url]http://www.viewing.ltd.uk/cgi-bin/viewingdale.pl?category=test_app[/url] [/QUOTE]
Insert quotes…
Verification
Post reply
Community
General Tabletop Discussion
*Geek Talk & Media
Software's System Requirements
Top