awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesLine Validity Tracking

Tracking the synchronization and validity status of specific lines between a backend and a frontend.

Distinct from Rendering Invalidation Tracking: Specific to line-by-line cache synchronization in an editor, whereas the candidate focuses on graphics repaints.

Explore 1 awesome GitHub repository matching web development · Line Validity Tracking. Refine with filters or upvote what's useful.

Awesome Line Validity Tracking GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • xi-editor/xi-editorAvatar de xi-editor

    xi-editor/xi-editor

    19,816Ver en GitHub↗

    xi-editor is a high-performance text editor core written in Rust. It employs a client-server architecture that separates the backend editor logic from the user interface, allowing diverse frontends to communicate with the core via a standardized protocol. The project is distinguished by its use of rope-based text buffers for efficient manipulation of large documents and a collaborative engine powered by conflict-free replicated data types to synchronize concurrent edits. It further features an extensible plugin system that integrates external binaries and third-party tools through JSON-based

    Tracks valid and invalid lines across the client and server to minimize computation and serialization overhead.

    Rust
    Ver en GitHub↗19,816
  1. Home
  2. Web Development
  3. Server-Side Rendering
  4. Rendering Validation
  5. Invalidation Validators
  6. Rendering Invalidation Tracking
  7. Line Validity Tracking