lsleonard / tiny-data-compressionLinks
High-speed lossless data compression of 16 to 512 bytes--get better average compression than QuickLZ for 512-byte blocks. td512 maintains good compression down to 16-byte blocks.
☆25Updated 3 years ago
Alternatives and similar repositories for tiny-data-compression
Users that are interested in tiny-data-compression are comparing it to the libraries listed below
Sorting:
- TinyZZZ includes GZIP, LZ4, ZSTD, LZMA compression algorithms written in C language, unlike the official code, this code mainly focuses o…☆60Updated 2 months ago
- Windows Explorer application written in assembly☆15Updated 2 years ago
- Cross-platform asynchronous I/O library☆20Updated last year
- A tiny C compiler of 2k lines of codes, generates pure x86 asm code for DOS/Win32/Linux 3 backends.☆37Updated 4 years ago
- Tiny RISC-V virtual machine☆62Updated 3 years ago
- Tiny LZW implementations in assembly☆14Updated last year
- gcc wrapper and libc for creating tiny (200-byte) Linux i386 executables☆15Updated 2 years ago
- Small x86 opcode decoder library☆37Updated 10 months ago
- EFI Byte Code Virtual Machine in userspace☆81Updated 2 years ago
- Micro LZMA decoder☆54Updated 2 months ago
- Compression using LZS-style algorithm, derived from LZ77-style☆22Updated last year
- Windows NT MIPS emulator for x86☆81Updated last year
- A minimal, resource-friendly syslog daemon for embedded Linux☆26Updated 2 years ago
- Simplified LZFX-based compression library☆21Updated 2 years ago
- Small portable HMAC in C☆77Updated last year
- Lightweight cryptography☆14Updated 2 years ago
- ☆48Updated 2 months ago
- Map and modify ELF using C++ structures☆19Updated 4 years ago
- A minimalist implementation of AES algorithms in C☆58Updated 2 weeks ago
- Register Allocator for 8086☆76Updated 2 years ago
- Example of LZ4 compression with optimal parsing using BriefLZ algorithms☆28Updated last year
- Masm compatible assembler☆62Updated 2 weeks ago
- Divide 64-bit integers faster than hardware. Or precompute for a given denom and quickly divide repeatedly.☆30Updated 4 years ago
- NOCRT - simple replacement of some parts of C runtime library☆50Updated 4 months ago
- Fork of fake86 8086 emulator, original author is Mike Chambers☆33Updated 5 years ago
- Simple 16-bit x86 decompression algorithm☆14Updated 8 years ago
- Example of CRUSH compression with optimal parsing using BriefLZ algorithms