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

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

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

5 مستودعات

Awesome GitHub RepositoriesPerformance Optimization Patterns

Coding patterns and techniques for optimizing performance in hot code paths, including loop selection and allocation avoidance.

Distinguishing note: None of the candidates relate to performance optimization; they all describe agentic or code refinement loops in AI/ML contexts.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Performance Optimization Patterns. Refine with filters or upvote what's useful.

Awesome Performance Optimization Patterns GitHub Repositories

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

    braydie/HowToBeAProgrammer

    16,218عرض على GitHub↗

    HowToBeAProgrammer is a comprehensive software engineering career guide and professional development framework. It serves as a curated-knowledge repository and handbook designed to help programmers acquire technical habits and social competencies necessary for professional advancement. The project distinguishes itself by integrating technical craftsmanship with a detailed manual for technical leadership and organizational navigation. It provides specific strategies for career progression, such as compensation negotiation, promotion readiness, and the management of professional boundaries to p

    Describes coding patterns for reducing execution time by minimizing expensive memory or I/O calls in hot paths.

    learningprogramming
    عرض على GitHub↗16,218
  • piglei/one-python-craftsmanالصورة الرمزية لـ piglei

    piglei/one-python-craftsman

    7,211عرض على GitHub↗

    This project is a comprehensive Python coding guide and software engineering resource focused on professional development practices. It provides a detailed collection of idiomatic techniques, design patterns, and architectural strategies to improve code quality and maintainability. The guide emphasizes advanced design patterns such as dependency injection, data-driven design, and the application of SOLID principles for object-oriented design. It distinguishes itself by covering sophisticated structural strategies, including class-based decorators, the separation of interfaces from implementat

    Details performance optimization patterns such as efficient iterator use and container selection to reduce memory usage.

    articlesbookpython
    عرض على GitHub↗7,211
  • juanitofatas/fast-rubyالصورة الرمزية لـ JuanitoFatas

    JuanitoFatas/fast-ruby

    5,730عرض على GitHub↗

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

    Provides benchmarked coding patterns and techniques for optimizing performance in hot code paths.

    Ruby
    عرض على GitHub↗5,730
  • databricks/scala-style-guideالصورة الرمزية لـ databricks

    databricks/scala-style-guide

    2,784عرض على GitHub↗

    Provides guidelines for using while loops over for loops to avoid iterator allocation in performance-critical code.

    عرض على GitHub↗2,784
  • packtpublishing/learn-cuda-programmingالصورة الرمزية لـ PacktPublishing

    PacktPublishing/Learn-CUDA-Programming

    1,258عرض على GitHub↗

    This project serves as a comprehensive educational resource for learning parallel programming and high-performance computing using graphics processing units. It provides technical guidance on the fundamental paradigms required to offload computationally intensive tasks from a host system to specialized hardware accelerators. The materials cover the core methodologies for managing data-parallel operations, including the orchestration of memory between host and device spaces and the organization of threads into structured grids and blocks. It details the execution models necessary to distribute

    Provides comprehensive strategies for analyzing execution metrics, identifying bottlenecks, and optimizing kernel performance in parallel computing environments.

    Cuda
    عرض على GitHub↗1,258
  1. Home
  2. Software Engineering & Architecture
  3. Performance Optimization Patterns