The Picard Maneuver to Comic [email protected] • 1 year agoDeath by PowerPoint [Work Chronicles]lemmy.worldimagemessage-square164fedilinkarrow-up11.58K
arrow-up11.58KimageDeath by PowerPoint [Work Chronicles]lemmy.worldThe Picard Maneuver to Comic [email protected] • 1 year agomessage-square164fedilink
minus-square@[email protected]linkfedilink2•1 year agoOh no, synchronization primitives! Well, you can end up implementing synchronization primitive if you are writing game. Sometimes game engine is kernel in userspace.
minus-square@[email protected]linkfedilinkEnglish1•1 year agoI’ve done it in a Python system at work before. We used a mutex?(The int, not the lockout) to track worker threads It’s a hell of a lot easier these days… It’s amazing how quickly programming advances when you look back I’m interested in how this came up in a game engine though, and how recent it was
Oh no, synchronization primitives!
Well, you can end up implementing synchronization primitive if you are writing game. Sometimes game engine is kernel in userspace.
I’ve done it in a Python system at work before. We used a mutex?(The int, not the lockout) to track worker threads
It’s a hell of a lot easier these days… It’s amazing how quickly programming advances when you look back
I’m interested in how this came up in a game engine though, and how recent it was