From: Simon Richter Subject: Re: [PATCH] ntdll: Optimize synchronization primitives. Message-Id: <20200401093149.GA26066@psi5.com> Date: Wed, 1 Apr 2020 11:31:50 +0200 In-Reply-To: <20200401051302.67633-1-z.figura12@gmail.com> References: <20200401051302.67633-1-z.figura12@gmail.com> Hi, On Wed, Apr 01, 2020 at 12:13:03AM -0500, Zebediah Figura wrote: > After spending nearly two years trying to figure out how to implement > synchronization primitives in a correct and performant manner, I've finally > developed a solution which is not only simple and straightforward, but an > amazing 100% more performant than current Wine! How does it behave on NUMA when different sockets have different access times for memory? Simon