This is the Linux app named Incremental DOM whose latest release can be downloaded as 0.8.0sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Incremental DOM with OnWorks for free.
ทำตามคำแนะนำเหล่านี้เพื่อเรียกใช้แอปนี้:
- 1. ดาวน์โหลดแอปพลิเคชั่นนี้ในพีซีของคุณ
- 2. เข้าไปที่ file manager https://www.onworks.net/myfiles.php?username=XXXXX ด้วยชื่อผู้ใช้ที่คุณต้องการ
- 3. อัปโหลดแอปพลิเคชันนี้ในตัวจัดการไฟล์ดังกล่าว
- 4. เริ่มโปรแกรมจำลองออนไลน์ของ OnWorks Linux หรือ Windows ออนไลน์ หรือโปรแกรมจำลองออนไลน์ MACOS จากเว็บไซต์นี้
- 5. จาก OnWorks Linux OS คุณเพิ่งเริ่มต้น ไปที่ตัวจัดการไฟล์ของเรา https://www.onworks.net/myfiles.php?username=XXXXX พร้อมชื่อผู้ใช้ที่คุณต้องการ
- 6. ดาวน์โหลดแอปพลิเคชั่น ติดตั้ง และเรียกใช้
ภาพหน้าจอ
Ad
Incremental DOM
DESCRIPTION
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.