awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • hosseinmoein/dataframeAvatar von hosseinmoein

    hosseinmoein/DataFrame

    2,917Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,917
  • termux/proot-distroAvatar von termux

    termux/proot-distro

    2,839Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,839
  1. Home
  2. Data & Databases
  3. Container Resets

Unter-Tags erkunden

  • 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.