-
Updated
Jul 30, 2019 - C
#
huffman
Here are 181 public repositories matching this topic...
New generation entropy codecs : Finite State Entropy and Huff0
Open
ZStandard Presets
Open
ZSTD support
XVilka
commented
Jan 25, 2019
It is gaining popularity and it seems that OCaml bindings are abandoned: https://github.com/ygrek/ocaml-zstd
See format description https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md
And decoding testing tool https://github.com/facebook/zstd/tree/v1.3.4/tests#decodecorpus---tool-to-generate-zstandard-frames-for-decoder-testing
Implementation of Elementary Algorithms (infix-prefix-postfix-evaluation-to-longest-common-increasing-sub-sequence-activity-selection-balance-kd-binary-heap-binomial-tree-breath-depth-first-search-max-flow-shortest-path-topological-sort-calculus-derivative-integration-forward-interpolation-simpson-rule-intersecting-area-non-linear-equation-jacobis-gauss-seidal-bisection-false-position-newton-raphson-fixed-point-secant-cigarette-smokers-genetic-huffman-a-a*-star-binary-knuth-morris-pratt-kmp-quick-thread-priority-based-premitive-shortest-job-non-primitive-arithmetic-expression-data-structures-list-node-implementation-one-two-way-linked-stack-string-graph-numerical-methods-equation-solving-solve-process-problem-search-sort-prime-ugly-friend-perfect-fibonacci-factorial-factor-number)
c
java
c-plus-plus
tree
algorithm
algorithms
graph
assembly
genetic-algorithm
huffman
factor
sort
a-star
factorial
prime-numbers
fibonacci-numbers
friend-number
-
Updated
Jun 30, 2018 - C++
Fast, small, in-memory inflate (zlib, deflate and gzip decompression)
compression
gzip
huffman
game-development
zlib
zopfli
compression-implementations
zlib-decompression-library
zlib-replacement
-
Updated
Jul 10, 2019 - C
Massively Parallel Huffman Decoding on GPUs
huffman
decompression
huffman-coding
gpu-acceleration
data-compression
gpu-computing
entropy-coding
gpu-programming
huffman-decoder
-
Updated
Feb 2, 2019 - C++
Contains realisations of common-used math functions and classical algorithms, written in Scala's pure-functional style.
algorithm
scala
math
functional-programming
encoder
decoder
huffman
lambda-calculus
sorting-algorithms
okasaki
datastructure
algorithms-datastructures
carmichael-numbers
-
Updated
Mar 9, 2019 - Scala
Fast deflate implementation with zopfli-like ratios and a streaming API
-
Updated
Dec 30, 2019 - C
Huffman input and output streams
-
Updated
Nov 25, 2016 - Java
Huffman树,Huffman编码,压缩bmp图像。
-
Updated
Jan 13, 2020 - C++
-
Updated
Apr 5, 2017 - JavaScript
MPI and MPI - CUDA accelerated Huffman encoding
-
Updated
Jul 26, 2017 - Shell
Pure Python implementation of Deflate data compression algorithm.
-
Updated
Dec 11, 2017 - Python
An implementation of Huffman Codes in Node.js
-
Updated
Oct 13, 2018 - JavaScript
Python code for Huffman's compression algorithm
-
Updated
Jul 18, 2017 - Python
Computer Science/Algorithms & Data Structures etc. labs
java
computer-science
algorithm
university
graph
opencl
huffman
lab
university-project
bsuir
bsu
dijkstra-algorithm
subtext
belarus
disjoint-unions
-
Updated
May 10, 2019 - Java
The implementation of the Huffman algorithm as a command line utility.
-
Updated
Feb 25, 2019 - C
Using Huffman algorithm to compress file on the server and send it to the client
-
Updated
Jan 6, 2019 - Java
rmariano
commented
Feb 24, 2017
Generate documentation for the low-level internals of the project.
- Format of the file that is compressed, or extracted.
- Structure of bytes in the resulting table
- Algorithms & Data structures being used in the program
- Algorithm complexity
MP3 decoder programmed in F# language
-
Updated
Apr 27, 2017 - F#
JS implementation of adaptive-huffman.
-
Updated
Jun 4, 2017 - JavaScript
Improve this page
Add a description, image, and links to the huffman topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the huffman topic, visit your repo's landing page and select "manage topics."


Your default levels for ZSTD seem a little wonky:
-5|--fast=5(the fastest level currently available). This should push it into LZ4 territory.