Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
briandmyers · 3900 days ago · link · · parent · post: Most programming languages can be used for most things, but what languages are best for what kind of tasks?
Good point. I try to use inline assembler for cases like that, if possible. Often you can make a very efficient semaphore with the proper assembler instruction.