The official C++ client library for Databento
-
Updated
Nov 12, 2024 - C++
The official C++ client library for Databento
This code provides an implementation of Huffman Coding using C++. It enables efficient text compression and decompression through frequency-based encoding, constructing a Huffman Tree, assigning variable-length codes, and translating text to and from its binary representation.
Command line Python code generator that generates C++ codec for SBE messages. 5X faster encoding and 2X faster decoding compared to widely used sbe-tool.
This program reads in a MIPS assembly file specified at the command line. If the file is correct syntactically, each instruction in the file will be translated into its 32 bit MIPS binary encoding and printed to stdout, one per line.
Encodes a string to it's corresponding Base64 format.
Add a description, image, and links to the binary-encoding topic page so that developers can more easily learn about it.
To associate your repository with the binary-encoding topic, visit your repo's landing page and select "manage topics."