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 مجمع ونظام عرض يستخدم لتوليد نصوص وHTML ديناميكية لكل من واجهات المتصفح وبيئات خادم Node.js. يحول سلاسل القوالب إلى دوال JavaScript قابلة للتنفيذ لإنتاج مخرجات نصية عبر بيئات تشغيل مختلفة. يركز النظام على تجميع ملفات مصدر القوالب مسبقاً في وحدات JavaScript مستقلة في وقت البناء. تلغي هذه العملية عبء التجميع في وقت التشغيل، وتزيد من سرعة التنفيذ، وتمنع حقن الكود الضار. يدعم المحرك الاستيفاء القائم على المنطق باستخدام الشروط ومكررات المصفوفات، بالإضافة إلى إنشاء أجزاء ووحدات ماكرو قابلة لإعادة الاستخدام. تشمل القدرات الإضافية التحكم في المسافات البيضاء، وتكوين المحددات المخصصة، والقدرة على تعيين هياكل الأدلة تلقائياً إلى معرفات القوالب.
Pre-compiles template sources into standalone JavaScript modules to eliminate runtime compilation overhead and increase security.