aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
blob: e1f5dab2cb7b8fd982403ac22a8067762aa43778 (plain)
1
2
3
4
5
6
7
8
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>