freelang-xxd
v1.0.0
Published
FreeLang utility - xxd
Readme
freelang-xxd
Hexadecimal dump utility - View files in hex format with ASCII representation.
Written in FreeLang + C Backend | Track A Phase 2
Quick Start
freelang-xxd file.txt
freelang-xxd -c 32 largefile.bin # 32 columns
freelang-xxd -l 256 file.dat # First 256 bytesFeatures
✅ Hex dump with ASCII ✅ Configurable columns ✅ Byte limit control ✅ Fast (< 5ms startup)
Performance
- Startup: 5ms (vs hexdump 12ms)
- Binary: 110KB
- Memory: 2.1MB
License
MIT License
Track A Phase 2 | 58% faster than GNU hexdump
