awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Embedded Scripting Engines · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesEmbedded Scripting Engines

Virtual machines integrated into applications to allow user-defined logic execution.

Distinguishing note: Focuses on embedding lightweight VMs for runtime logic execution.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Embedded Scripting Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Embedded Scripting Engines

Awesome Embedded Scripting Engines GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • wg/wrk

    wg/wrk

    40,075View on GitHub↗

    This project is a command-line HTTP load testing tool designed to measure the throughput and latency of web servers under high-concurrency conditions. It functions as a multi-threaded benchmarking engine that simulates thousands of simultaneous connections to evaluate server performance, identify bottlenecks, and determine capacity limits. The tool distinguishes itself through a shared-nothing thread architecture that isolates state within individual threads to eliminate lock contention during high-frequency request generation. It utilizes a non-blocking event loop and low-latency socket poll

    Embeds a lightweight virtual machine to execute user-defined logic during the request lifecycle.

    C
    40,075View on GitHub↗
  • vim/vim

    vim/vim

    39,877View on GitHub↗

    Vim is a keyboard-driven text editor designed for the high-speed manipulation of source code and plain text files. It utilizes a modal interface that interprets keystrokes as either text insertion or complex navigation and editing commands. Built on a portable C core, the software maintains a consistent experience across diverse operating systems and terminal emulators through an abstraction layer that manages text in memory-mapped buffers. The editor functions as a highly modular platform that supports extensive customization through a built-in scripting engine and a plugin-based architectur

    A built-in interpreted language allows users to define custom functions, automate repetitive tasks, and modify the editor behavior at runtime.

    Vim Scriptccross-platformtext-editor
    39,877View on GitHub↗