1 Repo
Creation of string values that reference external memory buffers to avoid duplication.
Distinct from String Slices: Distinct from String Slices: specifically focuses on using external buffers as the backing store for strings to save memory.
Explore 1 awesome GitHub repository matching programming languages & runtimes · External Buffer Strings. 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,
Creates string values from external buffers to prevent duplicating large strings in memory.