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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesResource Initialization Optimization

Optimization of memory usage by deferring the loading of expensive objects until required.

Distinct from Resource Optimization: Existing resource optimization tags are too specific to mobile power, database storage, or image processing.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Resource Initialization Optimization. Refine with filters or upvote what's useful.

Awesome Resource Initialization Optimization GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • zenml-io/zenmlzenml-io का अवतार

    zenml-io/zenml

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

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Maintains warm resource pools for cloud orchestrators to eliminate cold-start delays during model iteration.

    Pythonagentopsagentsai
    GitHub पर देखें↗5,451
  • ocramius/proxymanagerOcramius का अवतार

    Ocramius/ProxyManager

    4,964GitHub पर देखें↗

    ProxyManager is a JavaScript proxy wrapper library and object-oriented utility for intercepting and modifying object behavior. It functions as an object behavior interceptor that wraps target objects to monitor, restrict, or modify method calls and property access at runtime. The library provides mechanisms for lazy initialization and lazy loading, deferring the creation of resource-heavy objects until a property or method is first accessed to reduce memory overhead. It uses an object-oriented structure to manage these proxy wrappers and their associated target objects. The tool covers capab

    Reduces system memory overhead by delaying the loading of expensive resources until the exact moment they are required.

    PHP
    GitHub पर देखें↗4,964
  1. Home
  2. Software Engineering & Architecture
  3. Resource Initialization Optimization