Concurrency fix and efficiency improvement at low srate from jfrey-xx#89
Concurrency fix and efficiency improvement at low srate from jfrey-xx#89chkothe wants to merge 1 commit into
Conversation
|
So far, looking good. The locking seems fine to me and the benchmark that exhibited the crash / infinite loop runs through just fine. I've split the PR into two commits (@jfrey-xx's changes and yours) and once the CI is happy I'll merge it. |
|
Thanks a lot for bringing in the changes! It will for sure help a lot here :) Very minor remark, but since I noticed it: in the changelog from tstenner@340d517 I believe that the race condition is actually from #71 ^^ |
|
|
Ah sorry, my editor was still set to indent with 4 spaces instead of tabs. |
This is a merger of #70 along with the queue fix from #71 (and some tweaks).