awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesRuby Performance Optimization

The practice of improving execution speed and reducing memory usage specifically for the Ruby language.

Distinct from Ruby Extensions: Existing candidates are either linters, frameworks, or execution engines, not the domain of general performance optimization.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Ruby Performance Optimization. Refine with filters or upvote what's useful.

Awesome Ruby Performance Optimization GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • juanitofatas/fast-rubyالصورة الرمزية لـ JuanitoFatas

    JuanitoFatas/fast-ruby

    5,730عرض على GitHub↗

    هذا المشروع عبارة عن دليل لتحسين أداء Ruby ومورد لإعادة الهيكلة. يوفر مجموعة من أنماط البرمجة التي تم قياس أدائها والمقارنات الاصطلاحية المصممة لزيادة سرعة التنفيذ وتقليل تخصيصات الذاكرة في تطبيقات Ruby. يركز المورد على تعيين بنيات اللغة الشائعة إلى مكافئاتها الأكثر كفاءة من الناحية الحسابية. ويستخدم تحليل التوقيت المقارن وتوصيف عدد التخصيصات لتحديد الاصطلاحات عالية الأداء التي تحل محل التعبيرات كثيفة الكائنات. يغطي المشروع ضبط وقت تشغيل التطبيق وإدارة الذاكرة من خلال تحديد الأنماط التي تقلل من عبء جمع القمامة (garbage collection). ويستخدم التطوير القائم على قياس الأداء لتقييم تأثير ميزات لغة معينة على ذاكرة النظام وسرعة التنفيذ.

    Improves execution speed and reduces memory usage of Ruby applications by replacing slow patterns with faster alternatives.

    Ruby
    عرض على GitHub↗5,730
  • jruby/jrubyالصورة الرمزية لـ jruby

    jruby/jruby

    3,906عرض على GitHub↗

    JRuby is a Ruby language implementation that runs on the Java Virtual Machine. It serves as a cross-language runtime and execution environment, allowing Ruby code to run on the JVM and share memory with Java applications. The project functions as a bridge between Ruby and Java, enabling Ruby scripts to call Java classes and libraries directly. It also provides a mechanism to embed a Ruby interpreter into Java applications to allow for dynamic scripting. The runtime leverages the JVM for system scalability and ensures a consistent execution environment across different operating systems.

    Executes Ruby code within the JVM to leverage high performance runtime libraries for better scalability.

    Rubyconcurrencyinvokedynamicjruby
    عرض على GitHub↗3,906
  1. Home
  2. Programming Languages & Runtimes
  3. Ruby Performance Optimization

استكشف الوسوم الفرعية

  • JVM ScalingPerformance optimization of Ruby by leveraging JVM-specific runtime capabilities. **Distinct from Ruby Performance Optimization:** Specifically focuses on scaling Ruby via the JVM rather than general Ruby language optimizations