Skip to content
#

first-in-first-out

Here are 18 public repositories matching this topic...

Garage.java utilizes a stack to simulate cars entering and exiting a garage. Since the garage can only accommodate 7 cars at a time, the rest of the cars that want to enter the garage need to wait in a First-In-First-Out queue for their turns. The arrival and departure of the each vehicle are kept track of and the ones waiting to enter the garag…

  • Updated Apr 7, 2022
  • Java

An efficient in-memory FIFO cache with a fixed TTL for Node.js projects, designed to automatically remove outdated records. Unlike widely used LRU caches, FIFO caches do not prioritize retaining popular keys for extended durations. This simplified approach reduces overhead and typically delivers faster response times.

  • Updated Jan 7, 2025
  • TypeScript

Improve this page

Add a description, image, and links to the first-in-first-out topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the first-in-first-out topic, visit your repo's landing page and select "manage topics."

Learn more