Tyler Becker

Results 3 comments of Tyler Becker

Hey @kykim0, have you looked into using `SpinLock` as opposed to `ReentrantLock`? I've found that if the time spent waiting for locks to open is a major chokepoint, this change...

@kykim0 In my understanding (which is admittedly quite limited so correct me if I'm wrong), reentrant locks are safe if there’s a chance that a single thread will try to...

> > I'll send you a gist of what I think you should do instead. > > Actually the pattern I was thinking of won't work because you don't have...