• 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

Revision38cf800ec1a98de3232261ce3588922a7070cefa (tree)
Zeit2017-04-04 06:12:29
AutorEric Hopper <hopper@omni...>
CommiterEric Hopper

Log Message

Use git repo directly instead of through hg-git.

Ändern Zusammenfassung

Diff

diff -r e809e7065634 -r 38cf800ec1a9 .hgsub
--- a/.hgsub Thu Mar 23 14:22:53 2017 -0700
+++ b/.hgsub Mon Apr 03 14:12:29 2017 -0700
@@ -1,1 +1,1 @@
1-readerwriterqueue = git+https://github.com/cameron314/readerwriterqueue.git
1+readerwriterqueue = [git]https://github.com/cameron314/readerwriterqueue.git
diff -r e809e7065634 -r 38cf800ec1a9 .hgsubstate
--- a/.hgsubstate Thu Mar 23 14:22:53 2017 -0700
+++ b/.hgsubstate Mon Apr 03 14:12:29 2017 -0700
@@ -1,1 +1,1 @@
1-45ed0b2d187f99ab011001342b5c5464245af1e7 readerwriterqueue
1+4c8fc3e608d6e17c250df5db7da6bd0deaffa2a0 readerwriterqueue
diff -r e809e7065634 -r 38cf800ec1a9 README.md
--- a/README.md Thu Mar 23 14:22:53 2017 -0700
+++ b/README.md Mon Apr 03 14:12:29 2017 -0700
@@ -5,5 +5,4 @@
55 I use the lock-free queue implementation from
66 [https://github.com/cameron314/readerwriterqueue](https://github.com/cameron314/readerwriterqueue).
77
8-I include that as an hg subrepo using a git+https url, so you will need the
9-hg-git extension to check it out.
8+This is a git subrepo, so you will also need git to check it out.