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

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 مستودعات

Awesome GitHub RepositoriesSorting Algorithms

High-performance implementations of sorting routines.

Explore 9 awesome GitHub repositories matching part of an awesome list · Sorting Algorithms. Refine with filters or upvote what's useful.

Awesome Sorting Algorithms GitHub Repositories

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

    aksakalli/gtop

    9,917عرض على GitHub↗

    gtop is a terminal system monitor and process resource manager that provides a text-based user interface for tracking operating system performance. It functions as a real-time dashboard for monitoring CPU, memory, and network resource usage directly within the command line. The tool enables terminal-based process management by allowing users to identify and analyze resource-heavy tasks. It specifically supports sorting active system processes by their CPU and memory consumption to assist with server resource analysis and performance troubleshooting.

    Provides the ability to reorganize active system tasks by CPU and memory usage for better analysis.

    JavaScriptcommand-linemonitoringnodejs
    عرض على GitHub↗9,917
  • abdenasser/neohtopالصورة الرمزية لـ Abdenasser

    Abdenasser/neohtop

    8,911عرض على GitHub↗

    neohtop is a terminal-based system resource monitor and process manager for Linux. It provides a text-based user interface for tracking CPU and memory usage and managing active system tasks without requiring a graphical desktop environment. The utility functions as a live dashboard for observing hardware performance and resource allocation. It enables users to search, filter, and terminate system processes, with the ability to pin specific entries to ensure they remain visible during monitoring. The tool covers general system observability and process management, allowing users to isolate sp

    Provides the ability to organize system process lists by resource metrics like CPU and memory usage.

    Svelteactivitybtopcross-platform
    عرض على GitHub↗8,911
  • htop-dev/htopالصورة الرمزية لـ htop-dev

    htop-dev/htop

    8,126عرض على GitHub↗

    htop is a terminal-based system resource monitor and interactive process viewer. It functions as a text-user interface dashboard for overseeing hardware temperatures, load averages, and battery status while providing a comprehensive tool for monitoring and managing system processes. The application distinguishes itself through detailed process lifecycle management, allowing users to kill processes, adjust priorities via renicing, and assign CPU affinity to specific cores. It provides high-level visibility into system behavior through process hierarchy visualization and the ability to inspect

    Organizes processes into lists or trees for efficient sorting, searching, and filtering.

    C
    عرض على GitHub↗8,126
  • dalance/procsالصورة الرمزية لـ dalance

    dalance/procs

    6,115عرض على GitHub↗

    Procs هو مراقب وعارض لعمليات النظام عالي الأداء مكتوب بلغة Rust. يعمل كبديل لأمر ps، ويوفر واجهة سطر أوامر لتتبع عمليات النظام النشطة ومقاييس وحدة المعالجة المركزية والذاكرة المرتبطة بها. تتميز الأداة بوعيها بالحاويات، حيث تربط مهام النظام بأسماء حاويات Docker المقابلة لها. كما تتميز بشجرة عمليات تفاعلية لتصور علاقات الأصل والفرع في تخطيط هرمي ومصدر JSON لتحليل البيانات البرمجية والأتمتة. تغطي مساحة المراقبة تتبع النشاط في الوقت الفعلي من خلال الاقتراع القائم على الفاصل الزمني، وتصفية الكلمات الرئيسية والتعبيرات النمطية، والفرز القائم على المقاييس. يمكن للمستخدمين تخصيص التجربة من خلال ملفات إعدادات TOML لإدارة أعمدة المخرجات، وسمات الألوان، والمحاذاة البصرية. تتضمن الأداة توليد إكمال shell لأغلفة سطر أوامر متعددة وتتكامل مع صفحات النظام للتنقل في قوائم العمليات الطويلة.

    Organizes process data by specific resource metrics in ascending or descending order.

    Rust
    عرض على GitHub↗6,115
  • hishamhm/htopالصورة الرمزية لـ hishamhm

    hishamhm/htop

    5,899عرض على GitHub↗

    htop هو مراقب نظام بواجهة مستخدم طرفية لأنظمة Unix. يعمل كعارض عمليات تفاعلي ومصور للموارد في الوقت الفعلي، مما يوفر لوحة معلومات لتتبع مقاييس CPU والذاكرة ومتوسط التحميل. تتيح الأداة فرز وتصفية وإنهاء عمليات النظام والخيوط النشطة. تتميز بواجهة وضع نصي يمكنها عرض العمليات في هيكل شجري لتصور علاقات الأصل والفرع وتسمح بتعيين تقارب CPU لنوى معالجة محددة. يغطي سطح المراقبة استخدام CPU، وتخصيصات الذاكرة، وحالة البطارية، ومتوسطات تحميل النظام. يمكن للمستخدمين تخصيص التجربة المرئية من خلال تكوين عدادات الموارد، وتعديل أعمدة العمليات، وتطبيق مخططات ألوان محددة. تتضمن الواجهة شريط وظائف مستمراً يعرض اختصارات لوحة المفاتيح والأوامر المتاحة.

    Provides functionality to reorder the process list based on resource usage metrics.

    Ccconsoleconsole-application
    عرض على GitHub↗5,899
  • orlp/pdqsortالصورة الرمزية لـ orlp

    orlp/pdqsort

    2,496عرض على GitHub↗

    Pattern-defeating quicksort.

    Pattern-defeating quicksort implementation for high performance.

    C++
    عرض على GitHub↗2,496
  • numpy/x86-simd-sortالصورة الرمزية لـ numpy

    numpy/x86-simd-sort

    1,012عرض على GitHub↗

    C++ template library for high performance SIMD based sorting algorithms

    SIMD-accelerated sorting library for high-performance applications.

    C++
    عرض على GitHub↗1,012
  • morwenn/cpp-sortالصورة الرمزية لـ Morwenn

    Morwenn/cpp-sort

    711عرض على GitHub↗

    Sorting algorithms & related tools for C++

    Collection of sorting algorithms and related tools for C++14.

    C++
    عرض على GitHub↗711
  • gfx/cpp-timsortالصورة الرمزية لـ gfx

    gfx/cpp-TimSort

    316عرض على GitHub↗

    A C++ implementation of timsort

    Stable sorting algorithm optimized for semi-sorted data.

    C++
    عرض على GitHub↗316
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Sorting Algorithms

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

  • Process Metric Sorting2 وسوم فرعيةSorting implementations specifically for organizing system process lists by resource usage. **Distinct from Sorting Algorithms:** Distinct from general sorting algorithms: focuses on the application of sorting to system process lists