awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesLow-Latency Input Streams

Systems for capturing and forwarding user keystrokes to a shell process with minimal delay.

Distinguishing note: Candidates refer to media streaming or data pipelines, not terminal keyboard input streams.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Low-Latency Input Streams. Refine with filters or upvote what's useful.

Awesome Low-Latency Input Streams GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • railsware/uptermrailsware का अवतार

    railsware/upterm

    19,083GitHub पर देखें↗

    Upterm is a terminal emulator development project designed to render an interactive command-line interface. It provides emulation for standard terminals to maintain compatibility with complex command-line programs, text editors, and remote shells. The project focuses on shell workflow optimization through interactive command completion. This includes a state-driven suggestion engine that displays a suggestion box with command descriptions and expanded alias values while a user is typing. The system manages real-time input and output streams using pseudo-terminals and virtual terminal emulati

    Provides a real-time input stream that forwards keystrokes immediately to the shell to maintain low-latency interaction.

    TypeScript
    GitHub पर देखें↗19,083
  • libretro/retroarchlibretro का अवतार

    libretro/RetroArch

    13,238GitHub पर देखें↗

    RetroArch is a cross-platform emulation host and multi-system game emulator that serves as a frontend for the Libretro API. It coordinates video, audio, and user input to maintain the application state for various emulator cores, allowing it to run a wide variety of vintage gaming hardware and software engines. The platform distinguishes itself through a low-latency emulation model that uses run-ahead processing to reduce input lag. It also features a real-time state tracking system that enables gameplay rewinding by saving periodic snapshots of the emulator memory state. The environment inc

    Implements run-ahead processing to remove perceived lag between user input and on-screen action.

    Cclibretroretroarch
    GitHub पर देखें↗13,238
  • ddollar/foremanddollar का अवतार

    ddollar/foreman

    6,153GitHub पर देखें↗

    Manage Procfile-based applications

    Starts and manages multiple processes defined in a Procfile, running them concurrently in a single terminal session.

    Ruby
    GitHub पर देखें↗6,153
  1. Home
  2. Operating Systems & Systems Programming
  3. Low-Latency Input Streams

सब-टैग एक्सप्लोर करें

  • Run-Ahead Processing1 सब-टैगPredictive execution techniques that run game logic frames in advance to eliminate perceived input lag. **Distinct from Low-Latency Input Streams:** Focuses on game logic prediction for latency reduction rather than just raw input stream forwarding.