• 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

Revision55a9fdf10c98459b522146ef0bbde4b8161dd74d (tree)
Zeit2017-04-04 08:49:33
AutorEric Hopper <hopper@omni...>
CommiterEric Hopper

Log Message

Put instructions on how to run in README.md

Ändern Zusammenfassung

Diff

diff -r 4c2376781ab2 -r 55a9fdf10c98 README.md
--- a/README.md Mon Apr 03 16:45:36 2017 -0700
+++ b/README.md Mon Apr 03 16:49:33 2017 -0700
@@ -6,3 +6,6 @@
66 [https://github.com/cameron314/readerwriterqueue](https://github.com/cameron314/readerwriterqueue).
77
88 This is a git subrepo, so you will also need git to check it out.
9+
10+To run this on a system with make and a program that calls itself g++ and
11+accepts g++ flags, just type `make`.