9 مستودعات
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.
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.
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.
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.
Procs هو مراقب وعارض لعمليات النظام عالي الأداء مكتوب بلغة Rust. يعمل كبديل لأمر ps، ويوفر واجهة سطر أوامر لتتبع عمليات النظام النشطة ومقاييس وحدة المعالجة المركزية والذاكرة المرتبطة بها. تتميز الأداة بوعيها بالحاويات، حيث تربط مهام النظام بأسماء حاويات Docker المقابلة لها. كما تتميز بشجرة عمليات تفاعلية لتصور علاقات الأصل والفرع في تخطيط هرمي ومصدر JSON لتحليل البيانات البرمجية والأتمتة. تغطي مساحة المراقبة تتبع النشاط في الوقت الفعلي من خلال الاقتراع القائم على الفاصل الزمني، وتصفية الكلمات الرئيسية والتعبيرات النمطية، والفرز القائم على المقاييس. يمكن للمستخدمين تخصيص التجربة من خلال ملفات إعدادات TOML لإدارة أعمدة المخرجات، وسمات الألوان، والمحاذاة البصرية. تتضمن الأداة توليد إكمال shell لأغلفة سطر أوامر متعددة وتتكامل مع صفحات النظام للتنقل في قوائم العمليات الطويلة.
Organizes process data by specific resource metrics in ascending or descending order.
htop هو مراقب نظام بواجهة مستخدم طرفية لأنظمة Unix. يعمل كعارض عمليات تفاعلي ومصور للموارد في الوقت الفعلي، مما يوفر لوحة معلومات لتتبع مقاييس CPU والذاكرة ومتوسط التحميل. تتيح الأداة فرز وتصفية وإنهاء عمليات النظام والخيوط النشطة. تتميز بواجهة وضع نصي يمكنها عرض العمليات في هيكل شجري لتصور علاقات الأصل والفرع وتسمح بتعيين تقارب CPU لنوى معالجة محددة. يغطي سطح المراقبة استخدام CPU، وتخصيصات الذاكرة، وحالة البطارية، ومتوسطات تحميل النظام. يمكن للمستخدمين تخصيص التجربة المرئية من خلال تكوين عدادات الموارد، وتعديل أعمدة العمليات، وتطبيق مخططات ألوان محددة. تتضمن الواجهة شريط وظائف مستمراً يعرض اختصارات لوحة المفاتيح والأوامر المتاحة.
Provides functionality to reorder the process list based on resource usage metrics.
Pattern-defeating quicksort.
Pattern-defeating quicksort implementation for high performance.
C++ template library for high performance SIMD based sorting algorithms
SIMD-accelerated sorting library for high-performance applications.
Sorting algorithms & related tools for C++
Collection of sorting algorithms and related tools for C++14.
A C++ implementation of timsort
Stable sorting algorithm optimized for semi-sorted data.