awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
killme2008 avatar

killme2008/aviatorscript

0
View on GitHub↗
5,216 Stars·905 Forks·Java·2 Aufrufefnil.net/aviator↗

Aviatorscript

Aviatorscript ist eine hochperformante Skriptsprache und Ausdrucks-Evaluierungs-Engine, die für die Integration in Java-Anwendungen entwickelt wurde. Sie ermöglicht die dynamische Ausführung mathematischer und logischer Formeln, indem sie Skriptanweisungen zur Laufzeit direkt in Java-Bytecode kompiliert.

Die Engine zeichnet sich dadurch aus, dass sie dynamische Logik in maschinenlesbare Anweisungen umwandelt, was nahezu native Ausführungsgeschwindigkeiten ermöglicht. Sie enthält einen integrierten Caching-Mechanismus, der kompilierten Bytecode speichert, um redundantes Parsing und Kompilierungs-Overhead bei wiederholter Formelausführung zu eliminieren.

Diese Bibliothek unterstützt komplexe Regelverarbeitung und Anpassungen der Laufzeitlogik und bietet eine Brücke, die Skript-Funktionsaufrufe auf Methoden der Host-Sprache abbildet. Sie verwaltet Variablentypen dynamisch, was eine flexible Skriptausführung ohne explizite Deklarationen oder statische Kompilierungsschritte ermöglicht.

Features

  • High-Performance Scripting - Provides a high-performance scripting language that compiles scripts directly into Java bytecode at runtime.
  • Embedded Scripting Languages - Embeds a high-performance scripting language within Java applications to enable dynamic behavior and user-defined logic.
  • Expression Evaluators - Evaluates mathematical and logical formulas at runtime by converting them into machine-readable instructions for flexible processing.
  • Bytecode Generators - Transforms dynamic script logic into Java bytecode at runtime to achieve near-native execution speeds.
  • Compiler Caches - Caches compiled bytecode in memory to eliminate redundant parsing and compilation overhead during repeated formula execution.
  • Custom Runtime Logic - Allows end users to define and update application behavior on the fly through scripts executing within the host environment.
  • High-Performance Expression Evaluators - Transforms dynamic formulas into executable machine instructions at runtime to achieve high-performance calculation speeds.
  • JVM Bytecode Compilers - Compiles dynamic script instructions into Java bytecode to achieve native-speed performance for embedded application logic.
  • Dynamic Rule Engines - Enables high-performance processing of complex conditional rules and calculations by compiling logic into executable bytecode.

Star-Verlauf

Star-Verlauf für killme2008/aviatorscriptStar-Verlauf für killme2008/aviatorscript

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Aviatorscript

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Aviatorscript.
  • expr-lang/exprAvatar von expr-lang

    expr-lang/expr

    7,906Auf GitHub ansehen↗

    Expr is a statically typed expression engine and domain-specific language for parsing and evaluating dynamic logic strings within Go applications. It functions as a bytecode expression evaluator that executes compiled logic with guaranteed termination and memory safety. The engine utilizes a specialized compiler and virtual machine to achieve high-performance execution. It employs static type validation during the compilation phase to ensure operand compatibility and prevent runtime crashes. The project provides a data transformation engine capable of mapping, filtering, and aggregating coll

    Gobytecodeconfiguration-languageengine
    Auf GitHub ansehen↗7,906
  • rhaiscript/rhaiAvatar von rhaiscript

    rhaiscript/rhai

    5,453Auf GitHub ansehen↗

    Rhai is an embedded scripting engine and dynamically typed language designed for integration into Rust applications. It functions as an abstract syntax tree compiler and native interop layer, allowing developers to map Rust types and functions into a scripting environment for bidirectional communication. The project serves as a framework for creating customizable domain-specific languages. It allows for the definition of custom operators, syntax, and restricted execution environments, enabling the creation of specialized languages with tailored functional sets. The engine covers a broad rang

    Rustembeddedembedded-scripting-languageno-std
    Auf GitHub ansehen↗5,453
  • google/cel-goAvatar von google

    google/cel-go

    2,875Auf GitHub ansehen↗

    cel-go is a Go implementation of the Common Expression Language, providing a type-safe engine for the evaluation of non-Turing complete, side-effect-free expressions. It functions as an embedded expression engine that converts human-readable strings into type-checked abstract syntax trees to ensure safe execution. The system utilizes a compile-once evaluate-many model, parsing and validating expressions into cached programs for repeated execution across different datasets. It further distinguishes itself as a partial state evaluator, using commutative logic to compute results and return resid

    Gocelexpressionexpression-evaluator
    Auf GitHub ansehen↗2,875
  • knetic/govaluateAvatar von Knetic

    Knetic/govaluate

    3,940Auf GitHub ansehen↗

    govaluate is a Go expression evaluator and runtime logic parser. It functions as a dynamic rule engine that converts string-based expressions into executable operations, allowing for the calculation of mathematical and logical expressions at runtime. The library enables the execution of business rules and custom formulas without recompiling source code. It supports extending evaluation behavior through the injection of external parameters and the execution of user-defined custom functions. The system provides capabilities for dynamic data validation, including regular expression matching and

    Goevaluationexpressiongo
    Auf GitHub ansehen↗3,940
Alle 30 Alternativen zu Aviatorscript anzeigen→

Häufig gestellte Fragen

Was macht killme2008/aviatorscript?

Aviatorscript ist eine hochperformante Skriptsprache und Ausdrucks-Evaluierungs-Engine, die für die Integration in Java-Anwendungen entwickelt wurde. Sie ermöglicht die dynamische Ausführung mathematischer und logischer Formeln, indem sie Skriptanweisungen zur Laufzeit direkt in Java-Bytecode kompiliert.

Was sind die Hauptfunktionen von killme2008/aviatorscript?

Die Hauptfunktionen von killme2008/aviatorscript sind: High-Performance Scripting, Embedded Scripting Languages, Expression Evaluators, Bytecode Generators, Compiler Caches, Custom Runtime Logic, High-Performance Expression Evaluators, JVM Bytecode Compilers.

Welche Open-Source-Alternativen gibt es zu killme2008/aviatorscript?

Open-Source-Alternativen zu killme2008/aviatorscript sind unter anderem: expr-lang/expr — Expr is a statically typed expression engine and domain-specific language for parsing and evaluating dynamic logic… rhaiscript/rhai — Rhai is an embedded scripting engine and dynamically typed language designed for integration into Rust applications.… google/cel-go — cel-go is a Go implementation of the Common Expression Language, providing a type-safe engine for the evaluation of… knetic/govaluate — govaluate is a Go expression evaluator and runtime logic parser. It functions as a dynamic rule engine that converts… antonmedv/expr — Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic… microsoft/rulesengine — RulesEngine is a business logic evaluator for .NET that executes complex rule workflows and dynamic expressions…