1 Repo
Memory management techniques that discard the oldest entries in a stream to maintain a fixed buffer size.
Distinguishing note: Candidates focus on network request limits or HTTP response sizes, not in-memory line buffers for TUI streams.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Circular Input Buffers. Refine with filters or upvote what's useful.
Peco is an interactive text filter and fuzzy finder for the terminal. It serves as a terminal user interface selection tool that filters standard input in real-time using fuzzy matching and regular expressions. The tool preserves and renders ANSI color escape sequences from piped input streams while performing matching logic on plain-text versions. It supports multi-stage filtering, allowing users to freeze result sets to create a new base for subsequent refinements. Capability areas include advanced search filtering with negative matching, multi-item selection, and the ability to pipe selec
Limits the number of lines held in memory during streaming by discarding old entries to ensure stability.