Comparing performance of a task queued to an existing thread vs. new thread for each task.
修订版 | 5fc438bf2dfabdeb2be464efc50f3d3ae2b337de (tree) |
---|---|
时间 | 2017-11-28 10:50:55 |
作者 | Eric Hopper <hopper@omni...> |
Commiter | Eric Hopper |
Mentioning needing hg-git in README.
@@ -5,7 +5,8 @@ | ||
5 | 5 | I use the lock-free queue implementation from |
6 | 6 | [https://github.com/cameron314/readerwriterqueue](https://github.com/cameron314/readerwriterqueue). |
7 | 7 | |
8 | -This is a git subrepo, so you will also need git to check it out. | |
8 | +This is a git subrepo, so you will also need git and the Mercurial | |
9 | +hg-git extension to check it out. | |
9 | 10 | |
10 | 11 | To run this on a system with make and a program that calls itself g++ and |
11 | 12 | accepts g++ flags, just type `make`. |