libaec
« Back to VersTracker
Description:
Adaptive Entropy Coding implementing Golomb-Rice algorithm
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: System utilities
Tags: compression algorithm library c scientific-data
Install: brew install libaec
About:
Libaec is a free software library implementing the Golomb-Rice adaptive entropy coding algorithm. It provides lossless compression for scientific and other data, offering high compression ratios for floating-point and integer data. The library serves as a fast and efficient alternative to standard compression methods for specialized datasets.
Key Features:
  • Implements Golomb-Rice adaptive entropy coding
  • Optimized for high-performance compression/decompression
  • Provides a BSD-style license for permissive use
  • C library with a stable API for integration
Use Cases:
  • Compressing large-scale scientific datasets and simulation output
  • Reducing storage requirements for satellite and climate data
  • Integrating efficient lossless compression into custom C/C++ applications
Alternatives:
  • zlib – General-purpose DEFLATE compression, often less effective on specific scientific data types
  • bzip2 – Block-sorting compressor, typically slower and uses more memory than Libaec
Version History
Detected Version Rev Change Commit
Jan 23, 2026 12:22pm 0 REVISION_ONLY 6417fd81
Jan 21, 2026 6:43pm 1 REVISION_ONLY a6750c66
Sep 10, 2025 10:33am 0 VERSION_BUMP 3f557ae5
Oct 13, 2024 11:34pm 0 VERSION_BUMP f089cccf