IntermediateVocabulary#computer-science-fundamentals#backend#developer-tools

Circular Buffer Vocabulary

Learn the vocabulary of a fixed-size buffer that wraps writes back around to its first slot.

0 / 5 completed
1 / 5
At standup, a dev mentions a fixed-size buffer where writing past the last slot simply wraps back around to the first slot, reusing the same block of memory indefinitely instead of growing or shifting elements. What is this structure called?