awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • xi-editor/xi-editorxi-editor 的头像

    xi-editor/xi-editor

    19,816在 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
    在 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