An open API service indexing awesome lists of open source software.

https://github.com/anodicpassion/hybrid_gpu-accelerated_huffman_encoding

This project demonstrates a hybrid implementation of Huffman Encoding, combining GPU-accelerated frequency analysis using CuPy with traditional CPU-based Huffman tree construction and encoding. It runs smoothly on Google Colab with GPU support.
https://github.com/anodicpassion/hybrid_gpu-accelerated_huffman_encoding

cupy gpu-acceleration huffman-encoding

Last synced: about 1 year ago
JSON representation

This project demonstrates a hybrid implementation of Huffman Encoding, combining GPU-accelerated frequency analysis using CuPy with traditional CPU-based Huffman tree construction and encoding. It runs smoothly on Google Colab with GPU support.

Awesome Lists containing this project