Bound

Some ways to be bound:

  1. I/O bound (can’t read from device fast enough)
  2. Compute Bound (can’t compute operations fast enough)
  3. Memory Bound (can’t copy fast enough)