droe / sslsplit

Transparent SSL/TLS interception
https://www.roe.ch/SSLsplit
BSD 2-Clause "Simplified" License
1.73k stars 327 forks source link

Consider using lockless queues instead of pthread mutex protected queues #229

Open droe opened 5 years ago

droe commented 5 years ago

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.