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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesLow-Latency Text Editing

Optimization techniques for real-time manipulation of massive text documents.

Distinct from High-Performance Text Processing: Distinct from general text processing as it focuses on the interactive latency of an editor buffer.

Explore 1 awesome GitHub repository matching data & databases · Low-Latency Text Editing. Refine with filters or upvote what's useful.

Awesome Low-Latency Text Editing GitHub Repositories

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

    google/xi-editor

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

    Xi Editor is a high-performance text editor core written in Rust. It employs a decoupled architecture that separates core logic from the presentation layer using a JSON-based client-server protocol. The project features a language-agnostic plugin system that communicates with external extensions via JSON messages over pipes. It manages text buffers using a persistent rope data structure to enable efficient editing of very large files. The system supports asynchronous editor workflows by running expensive operations in background threads using data snapshots. This prevents background processi

    Ensures high-performance editing of very large files with low latency using a rope data structure.

    Rust
    GitHub पर देखें↗19,816
  1. Home
  2. Data & Databases
  3. High-Performance Text Processing
  4. Low-Latency Text Editing