Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.