awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • hosseinmoein/dataframeAvatar de hosseinmoein

    hosseinmoein/DataFrame

    2,917Voir sur 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
    Voir sur GitHub↗2,917
  • termux/proot-distroAvatar de termux

    termux/proot-distro

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

Explorer les sous-tags

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