<div dir="ltr">Hi Marc,<div><br></div><div>This is a general question on how to use SMP (and single-processor) Gambit:<br><div><div><br></div><div>If you're running some algorithm or other code that requires fine-granularity work stealing or otherwise parallel execution and/or data structure access, how are you supposed to implement that, in a way that should have good performance and be effective? -</div></div></div><div><br></div><div>Are mutex lock/unlock operations with zero-timeouts, and/or the use of condition variables, and/or the use of thread message passing with zero timeout, intended to satisfy these use cases, or do you propose other primitives or methods?</div><div><br></div><div>Also, do you plan to implement any additional parallelism primitives now with SMP Gambit?</div><div><br></div><div>Thanks!</div></div>