Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
crafter5756y@s0LA well thanks to this new machine I'm now working on its only a matter of three minutes. The old application was written in one giant sql stored procedure doing the same in 8 to 9 hours
-
crafter5756y@jespersh well this would be funny but no the only thread wich is waiting is the main thread.
-
I loved making a multi-threaded program with C.
@jespersh how would it show up like this? If the check for a mutex lock is constantly looped or something else stupid? -
crafter5756y@electrineer Jup it's called a spin lock. Spin locks are used when the context switch from muticies takes to long.
-
@Chubak it's exciting and horrifically easy to screw up. Lots of benchmark testing is needed.
-
crafter5756y@iKameo jep the ssd raid is to slow so 20 gigs are allocated as a ram disk where the source file is stored.
-
RageBone5996y@austudo Hardware whise, dual socket Intel Xeon e5 2620V4 Broadwell 8c16t CPUs so 2x 8c16t making it 16c32t.
Sweet rig. -
Starkium5666yAbout to start multi-threading in a game engine that doesn't really want you to do that.... I would love someone to bounce questions off of
Related Rants
I freaking love optimizing multithreaded applications.
rant
optimisation
multithreading