Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleFIFO

FIFO stockpiles reclaim the oldest chunk first.

  • FIFO stockpiles can build and reclaim at the same time.
    Single-Mutex FIFO stockpiles cannot build and reclaim at the same time.

Image Added

Expand
titleLIFO

LIFO stockpiles reclaim the newest chunk first.

  • LIFO stockpiles can build and reclaim at the same time.

  • Single-Mutex LIFO stockpiles cannot build and reclaim at the same time.

...