aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2016-01-09 20:27:38 -0700
committerDavid Li <li.davidm96@gmail.com>2016-01-09 20:27:38 -0700
commit5211190bb0c37d5d03d325e7a8b4d3e0b20a51f4 (patch)
treea2e2a5ffda7c2151c0d8402d12937f9e809ba9cf /TODO.md
parent5f9aca4b99fa8cd33843f1befd35e48de9a6760c (diff)
Add a TODO as a test
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..e1f5dab
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,9 @@
+* Remember: 4 cores per side
+ * Each core could sneak attack individually
+ * Need some way to have four cores share a cache, and each
+ individually sneak attack
+ * `#[derive(Clone)]` on `ShareableCache` so each core per team
+ can keep track of its own sneak attack status
+ * May need to decouple core/cache steps to avoid double-stepping
+
+<!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js"></script><script src="https://casual-effects.com/markdeep/latest/markdeep.min.js"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>