• R/O
  • SSH

Commit

Tags

Frequently used words (click to add to your profile)

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.


Commit MetaInfo

Révision6fda31d728ef3197468214fc7bdc5353d38c5ddd (tree)
l'heure2017-11-28 10:53:14
AuteurEric Hopper <hopper@omni...>
CommiterEric Hopper

Message de Log

I'm wrong. You don't need hg-git after all. Back it out.

Change Summary

Modification

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`.