这是名为 Incremental DOM 的 Linux 应用程序,其最新版本可以下载为 0.8.0sourcecode.tar.gz。它可以在免费的工作站托管服务提供商 OnWorks 上在线运行。
Download and run online this app named Incremental DOM with OnWorks for free.
请按照以下说明运行此应用程序:
- 1. 在您的 PC 中下载此应用程序。
- 2. 在我们的文件管理器 https://www.onworks.net/myfiles.php?username=XXXXX 中输入您想要的用户名。
- 3. 在这样的文件管理器中上传这个应用程序。
- 4. 从此网站启动OnWorks Linux online 或Windows online emulator 或MACOS online emulator。
- 5. 从您刚刚启动的 OnWorks Linux 操作系统,使用您想要的用户名转到我们的文件管理器 https://www.onworks.net/myfiles.php?username=XXXXX。
- 6. 下载应用程序,安装并运行。
SCREENSHOTS
Ad
Incremental DOM
商品描述
Incremental DOM is a lightweight library for building DOM trees by issuing imperative update instructions, avoiding heavyweight virtual DOM diffing at runtime. Instead of creating and diffing large object graphs, templates compile to a sequence of function calls that “patch” the live DOM in place. This model eliminates allocations associated with virtual trees and allows updates to be streamed directly to the DOM, which can improve memory usage and reduce GC pressure. It integrates naturally with template compilers (such as those that generate calls from HTML-like markup) but can also be used by hand for fine-tuned rendering. The library is small and focused: it manages element creation, attribute updates, and text nodes while leaving state management and data flow to the host framework. The result is predictable updates with minimal overhead, especially useful in performance-critical views.
功能
- Instruction-based DOM patching with no large virtual tree
- Compiler-friendly API for generating update calls from templates
- Low allocation and reduced GC pressure during renders
- Fine-grained updates for attributes, elements, and text nodes
- Works standalone or inside larger UI frameworks
- Deterministic, in-place DOM reconciliation
程式语言
打字稿
分类
This is an application that can also be fetched from https://sourceforge.net/projects/incremental-dom.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.