Tagged Questions
8
votes
6answers
2k views
java.util.concurrent vs. Boost Threads library
How does the Boost Thread libraries compare against the java.util.concurrent libraries?
Performance is critical and so I would prefer to stay with C++ (although Java is a lot faster these days). ...