4 रिपॉजिटरी
The ability to update function logic in a running environment without requiring a full restart.
Distinct from Automatic Template Reloading: Existing candidates are too specific to routes, credentials, or AI vocabularies; this is general logic reloading for serverless functions.
Explore 4 awesome GitHub repositories matching development tools & productivity · Dynamic Logic Reloading. Refine with filters or upvote what's useful.
Floci is a local emulator for AWS services and cloud infrastructure designed for developing and testing applications without a live internet connection. It serves as a containerized cloud emulator and a serverless runtime emulator, allowing users to run high-fidelity replicas of cloud databases, queues, and compute services on a local machine. The project distinguishes itself by using real container images instead of simple mocks to ensure behavioral accuracy. It functions as a local API gateway simulator with proxy-based routing for REST and WebSocket APIs, and provides a serverless environm
Automatically updates the logic of emulated cloud functions without restarting the local development environment.
यह प्रोजेक्ट एक हाई-परफॉरमेंस Java लाइब्रेरी और कंटेंट मॉडरेशन फ्रेमवर्क है जिसे टेक्स्ट में प्रतिबंधित शब्दों का पता लगाने और उन्हें मास्क करने के लिए डिज़ाइन किया गया है। यह कुशल 'लॉन्गेस्ट-मैच' शब्द पहचान को लागू करने के लिए एक डिटरमिनिस्टिक फाइनाइट ऑटोमेटा (DFA) स्कैनर का उपयोग करता है। यह इंजन एक टेक्स्ट नॉर्मलाइजेशन पाइपलाइन और नॉइज़-फिल्टरिंग प्रीप्रोसेसर के माध्यम से खुद को अलग करता है जो कैरेक्टर केसिंग, स्क्रिप्ट्स और विड्थ को स्टैंडर्डाइज़ करते हैं, साथ ही फिल्टर इवेज़न को रोकने के लिए बीच में आने वाले विशेष कैरेक्टर्स को हटाते हैं। यह डायनामिक डिक्शनरी मैनेजमेंट का समर्थन करता है, जिससे सिस्टम रीस्टार्ट की आवश्यकता के बिना बैकग्राउंड में ब्लैकलिस्ट और अलाउ-लिस्ट को अपडेट किया जा सकता है।
Allows updating sensitive word blacklists and allow-lists in the background without requiring a system restart.
Halley is a modular C++ game engine designed for building cross-platform interactive applications. Its core identity is defined by a hardware-abstraction graphics pipeline for consistent rendering across different operating systems and an entity-component-system architecture that separates game state from processing logic. The framework features a hot-reloading development environment that allows updating application logic and assets at runtime without requiring a full process restart. It also includes a multiplayer networking framework based on an asynchronous messaging system to manage real
Allows updating compiled binary logic at runtime without restarting the application process.
Easyquant is a quantitative trading framework and event-driven engine designed for executing automated trading strategies and managing real-time market data across multiple accounts. It includes an algorithmic strategy engine and a market data integration layer to process stock quotes and order book data from external providers. The system features a trading backtesting simulator that uses market time simulation to verify strategy behavior under specific timestamps. It supports dynamic strategy deployment via a hot-reloading module system, allowing trading logic to be updated and injected int
Supports the automatic reloading of trading logic into the engine when source files are modified.