sslsplit icon indicating copy to clipboard operation
sslsplit copied to clipboard

Consider using lockless queues instead of pthread mutex protected queues

Open droe opened this issue 7 years ago • 0 comments

Measure the performance lost due to the current pthread mutex protected queues and decide whether the complexity of implementing a lockless queue as cross-platform as possible is worth it.

droe avatar Oct 01 '18 17:10 droe