Comparing performance of a task queued to an existing thread vs. new thread for each task.
リビジョン | 6fda31d728ef3197468214fc7bdc5353d38c5ddd (tree) |
---|---|
日時 | 2017-11-28 10:53:14 |
作者 | Eric Hopper <hopper@omni...> |
コミッター | Eric Hopper |
I'm wrong. You don't need hg-git after all. Back it out.
@@ -5,8 +5,7 @@ | ||
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 and the Mercurial | |
9 | -hg-git extension to check it out. | |
8 | +This is a git subrepo, so you will also need git to check it out. | |
10 | 9 | |
11 | 10 | To run this on a system with make and a program that calls itself g++ and |
12 | 11 | accepts g++ flags, just type `make`. |