1 Repo
Utilities for creating and modifying memory buffers using external backing stores or custom allocators.
Distinct from C Memory Management: Focuses on JavaScript-style ArrayBuffer memory management rather than general C heap allocation or cleanup.
Explore 1 awesome GitHub repository matching operating systems & systems programming · ArrayBuffer Management. Refine with filters or upvote what's useful.
JerryScript is a lightweight, ECMAScript-compliant JavaScript engine and bytecode compiler designed for resource-constrained devices. It serves as an embedded interpreter and IoT scripting runtime, enabling the execution of JavaScript code within native C applications on hardware with limited memory. The project differentiates itself through a focus on low-memory runtime management, utilizing bytecode precompilation and pre-compiled state snapshots to reduce startup time and memory overhead. It features a C-binding native bridge for bidirectional communication between native code and scripts,
Implements memory buffer management allowing JavaScript ArrayBuffers to use external backing stores or custom C allocators.