3 रिपॉजिटरी
Compilation of source code into optimized JavaScript modules for various target environments.
Distinct from Source Code Compilers: Focuses on preparing library distributions for diverse runtimes rather than general-purpose machine code compilation.
Explore 3 awesome GitHub repositories matching programming languages & runtimes · Distribution Module Compilation. Refine with filters or upvote what's useful.
Ramda is a functional JavaScript standard library and toolset for immutable data transformation and composition. It provides a comprehensive suite of pure utility functions designed to enable declarative data processing pipelines. The library is distinguished by its use of automatic function currying and a data-last argument order. These design patterns allow multi-argument functions to be partially applied, simplifying the construction of processing chains where data is passed through a sequence of operations. The toolkit covers broad data manipulation capabilities, including list processin
Compiles source code into optimized modules compatible with different JavaScript target environments.
NNI is an AutoML toolkit designed to automate machine learning lifecycles. It functions as a hyperparameter optimization framework, a neural architecture search tool, and a model compression suite. The project provides a distributed training orchestrator to manage machine learning workloads across local machines, remote servers, and cloud platforms. It enables the discovery of efficient model structures through reinforcement learning and one-shot optimization methods, while utilizing Bayesian and evolutionary algorithms to automate hyperparameter tuning. Additional capabilities include tools
Compiles source modules into optimized JavaScript for distribution across different target environments.
doT एक कंपाइल की गई JavaScript टेम्प्लेट इंजन और रेंडरिंग सिस्टम है जिसका उपयोग ब्राउज़र-आधारित इंटरफेस और Node.js सर्वर-साइड एनवायरनमेंट दोनों के लिए डायनामिक टेक्स्ट और HTML उत्पन्न करने के लिए किया जाता है। यह विभिन्न रनटाइम एनवायरनमेंट में टेक्स्ट आउटपुट तैयार करने के लिए टेम्प्लेट स्ट्रिंग्स को निष्पादन योग्य JavaScript फंक्शन में बदलता है। सिस्टम बिल्ड समय पर टेम्प्लेट सोर्स फाइलों को स्टैंडअलोन JavaScript मॉड्यूल में प्री-कंपाइल करने पर केंद्रित है। यह प्रक्रिया रनटाइम संकलन ओवरहेड को समाप्त करती है, निष्पादन की गति बढ़ाती है और दुर्भावनापूर्ण कोड इंजेक्शन को रोकती है। इंजन कंडीशनल और ऐरे इटरेटर का उपयोग करके लॉजिक-आधारित इंटरपोलेशन का समर्थन करता है, साथ ही पुन: प्रयोज्य पार्टियल्स और मैक्रोज़ का निर्माण भी करता है।
Pre-compiles template sources into standalone JavaScript modules to eliminate runtime compilation overhead and increase security.