• R/O
  • SSH

コミット

タグ

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

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.

変更サマリ

差分

diff -r 5fc438bf2dfa -r 6fda31d728ef README.md
--- a/README.md Mon Nov 27 17:50:55 2017 -0800
+++ b/README.md Mon Nov 27 17:53:14 2017 -0800
@@ -5,8 +5,7 @@
55 I use the lock-free queue implementation from
66 [https://github.com/cameron314/readerwriterqueue](https://github.com/cameron314/readerwriterqueue).
77
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.
109
1110 To run this on a system with make and a program that calls itself g++ and
1211 accepts g++ flags, just type `make`.