[go: nahoru, domu]

Skip to content

GPU-ZIP is a Python script that leverages GPU power to compress a folder into a ZIP file. Utilizing the Cupy library, this script reads and displays data files with a somewhat faster speed than with the traditional method.

Notifications You must be signed in to change notification settings

bimantaraz/GPU-ZIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU-ZIP: Super Fast Folder Compression with GPU

GPU-ZIP is a Python script that utilizes GPU power to speed up compression of folders into ZIP files. Using the Cupy library, this script reads and writes file data at a much higher speed than traditional methods.

Requirements

  • CuPy
  • zipfile36
  • tqdm

Installation

  1. Clone the repository:

    git clone https://github.com/bimantaraz/GPU-ZIP.git
    cd GPU-ZIP
  2. Install the required packages:

    pip install -r requirements.txt

Usage

To compress a folder using GPU, run the following command:

python main.py

About

GPU-ZIP is a Python script that leverages GPU power to compress a folder into a ZIP file. Utilizing the Cupy library, this script reads and displays data files with a somewhat faster speed than with the traditional method.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages