awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
killme2008 avatar

killme2008/aviatorscript

0
View on GitHub↗
5,216 स्टार्स·905 फोर्क्स·Java·2 व्यूज़fnil.net/aviator↗

Aviatorscript

Aviatorscript, Java एप्लिकेशन्स के भीतर इंटीग्रेशन के लिए डिज़ाइन की गई एक हाई-परफॉर्मेंस स्क्रिप्टिंग भाषा और एक्सप्रेशन इवैल्यूएशन इंजन है। यह रनटाइम पर स्क्रिप्ट निर्देशों को सीधे Java बाइटकोड में कंपाइल करके गणितीय और तार्किक फ़ार्मुलों के डायनामिक निष्पादन को सक्षम बनाता है। यह इंजन डायनामिक लॉजिक को मशीन-रीडेबल निर्देशों में बदलकर नियर-नेटिव निष्पादन गति प्रदान करता है। इसमें एक इन-बिल्ट कैशिंग मैकेनिज्म है जो कंपाइल किए गए बाइटकोड को स्टोर करता है, जिससे बार-बार फ़ॉर्मूला निष्पादन के दौरान पार्सिंग और कंपाइलेशन का ओवरहेड खत्म हो जाता है। यह लाइब्रेरी जटिल नियम प्रसंस्करण और रनटाइम लॉजिक कस्टमाइज़ेशन को सपोर्ट करती है, जो स्क्रिप्ट-लेवल फंक्शन कॉल्स को होस्ट-लैंग्वेज मेथड्स से मैप करने के लिए एक ब्रिज प्रदान करती है। यह वेरिएबल टाइप्स को डायनामिक रूप से मैनेज करती है, जिससे स्पष्ट घोषणाओं या स्टेटिक कंपाइलेशन स्टेप्स के बिना लचीली स्क्रिप्टिंग संभव होती है।

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.

स्टार हिस्ट्री

killme2008/aviatorscript के लिए स्टार हिस्ट्री चार्टkillme2008/aviatorscript के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

killme2008/aviatorscript क्या करता है?

Aviatorscript, Java एप्लिकेशन्स के भीतर इंटीग्रेशन के लिए डिज़ाइन की गई एक हाई-परफॉर्मेंस स्क्रिप्टिंग भाषा और एक्सप्रेशन इवैल्यूएशन इंजन है। यह रनटाइम पर स्क्रिप्ट निर्देशों को सीधे Java बाइटकोड में कंपाइल करके गणितीय और तार्किक फ़ार्मुलों के डायनामिक निष्पादन को सक्षम बनाता है। यह इंजन डायनामिक लॉजिक को मशीन-रीडेबल निर्देशों में बदलकर नियर-नेटिव निष्पादन गति प्रदान करता है। इसमें एक इन-बिल्ट कैशिंग मैकेनिज्म है जो कंपाइल किए गए बाइटकोड को स्टोर करता है, जिससे बार-बार…

killme2008/aviatorscript की मुख्य विशेषताएं क्या हैं?

killme2008/aviatorscript की मुख्य विशेषताएं हैं: High-Performance Scripting, Embedded Scripting Languages, Expression Evaluators, Bytecode Generators, Compiler Caches, Custom Runtime Logic, High-Performance Expression Evaluators, JVM Bytecode Compilers।

killme2008/aviatorscript के कुछ ओपन-सोर्स विकल्प क्या हैं?

killme2008/aviatorscript के ओपन-सोर्स विकल्पों में शामिल हैं: 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…

Aviatorscript के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Aviatorscript के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • expr-lang/exprexpr-lang का अवतार

    expr-lang/expr

    7,906GitHub पर देखें↗

    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
    GitHub पर देखें↗7,906
  • rhaiscript/rhairhaiscript का अवतार

    rhaiscript/rhai

    5,453GitHub पर देखें↗

    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
    GitHub पर देखें↗5,453
  • google/cel-gogoogle का अवतार

    google/cel-go

    2,875GitHub पर देखें↗

    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
    GitHub पर देखें↗2,875
  • knetic/govaluateKnetic का अवतार

    Knetic/govaluate

    3,940GitHub पर देखें↗

    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
    GitHub पर देखें↗3,940
Aviatorscript के सभी 30 विकल्प देखें→