Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhinav/huffman-go
n-ary huffman coding implementation
https://github.com/abhinav/huffman-go
Last synced: about 1 month ago
JSON representation
n-ary huffman coding implementation
- Host: GitHub
- URL: https://github.com/abhinav/huffman-go
- Owner: abhinav
- License: bsd-3-clause
- Created: 2024-11-28T01:48:16.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T02:21:56.000Z (about 2 months ago)
- Last Synced: 2024-11-28T03:23:34.091Z (about 2 months ago)
- Language: Go
- Homepage: https://abhinav.github.io/huffman-go/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Go Reference](https://pkg.go.dev/badge/go.abhg.dev/algorithm/huffman.svg)](https://pkg.go.dev/go.abhg.dev/algorithm/huffman)
[![CI](https://github.com/abhinav/huffman-go/actions/workflows/ci.yml/badge.svg)](https://github.com/abhinav/huffman-go/actions/workflows/ci.yml)See [API Reference](https://abhinav.github.io/huffman-go/) for more information.
## History
This package was originally developed as part of [tmux-fastcopy](https://github.com/abhinav/tmux-fastcopy).
It has been extracted into a separate library for reuse in other projects
with a more permissive license.## License
This software is made available under the BSD-3 license.
See LICENSE for the full license text.