Should the last in a queue be served first? (LIFO)

2 points by firebirdn99 1 year ago | 2 comments
  • firebirdn99 1 year ago
    Related blog post with above link on FIFO vs LIFO queue management: https://www.qminder.com/blog/queue-management/first-in-first....
    • moritzwarhier 1 year ago
      > The best system, however, turned out to be last-in-first-out - or to put it another way, last-come-first-served - with the person who arrives last getting served first.

      As long as it doesn't lead to stacking people, I guess it's fine.

      Bad puns aside, this seems pretty reasonable! But it leaves the time aspect as a blackbox, e.g. at airports there are boarding times and that makes people come early.

      Not sure if this is fully generalizable to any type of queue (: