awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • hosseinmoein/dataframeAvatar hosseinmoein

    hosseinmoein/DataFrame

    2,917Vezi pe 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
    Vezi pe GitHub↗2,917
  • termux/proot-distroAvatar termux

    termux/proot-distro

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

Explorează sub-etichetele

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