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

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

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

2 مستودعات

Awesome GitHub RepositoriesContainer Resets

Operations to clear data from in-memory structures without necessarily releasing allocated memory.

Distinguishing note: The candidates focused on GPU workspace initialization or browser sessions; this is about tabular container clearing.

Explore 2 awesome GitHub repositories matching data & databases · Container Resets. Refine with filters or upvote what's useful.

Awesome Container Resets GitHub Repositories

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

    hosseinmoein/DataFrame

    2,917عرض على GitHub↗

    DataFrame is a C++ tabular data library and manipulation engine designed for managing heterogeneous data in contiguous memory. It functions as a statistical analysis framework and time series analysis toolkit, providing the means to store, index, and transform multidimensional datasets. The project distinguishes itself through a high-performance execution model that utilizes column-major storage, SIMD-aligned memory allocation, and a thread-pool for parallel computations. It employs a visitor-based algorithm dispatch system and policy-driven transformations to decouple data processing logic f

    Removes all index and data columns to empty the container while preserving memory allocation.

    C++aicppdata-analysis
    عرض على GitHub↗2,917
  • termux/proot-distroالصورة الرمزية لـ termux

    termux/proot-distro

    2,839عرض على GitHub↗

    proot-distro is a rootless container runtime and Linux distribution manager that allows users to install and run isolated guest environments without requiring administrative root privileges. It utilizes PRoot to simulate root access and filesystem redirection, enabling the deployment of full Linux distributions in a non-root space. The project functions as an OCI container image handler, capable of building, pulling, and pushing OCI-compatible images and manifests. It further serves as a cross-architecture execution layer, utilizing user-mode emulation to run binaries and containers built for

    Enables wiping a container root filesystem and reinstalling it from the original image.

    Shell
    عرض على GitHub↗2,839
  1. Home
  2. Data & Databases
  3. Container Resets

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

  • Root Filesystem ResetsOperations to wipe and reinstall the root filesystem of a container from its original image. **Distinct from Container Resets:** Distinct from general container resets by specifically focusing on the re-provisioning of the root filesystem from an image.