macOS
brew install zfplocal Homebrew formula metadata
sudo port install zfpMacPorts ports tree · science/zfp/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für zfp in AI-Agent-Workflows.
Installation
brew install zfplocal Homebrew formula metadata
sudo port install zfpMacPorts ports tree · science/zfp/Portfile · Quelle: api.github.com
sudo apt install libzfp-devDebian stable package indexes · libzfp-dev · Quelle: deb.debian.org
sudo dnf install python3-zfpyFedora Rawhide package metadata · python3-zfpy · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#zfpnixpkgs package indexes · pkgs/by-name/zf/zfp/package.nix · Quelle: api.github.com
sudo pacman -S zfpArch Linux sync databases · zfp · Quelle: geo.mirror.pkgbuild.com
sudo zypper install libzfp1openSUSE Tumbleweed package metadata · libzfp1 · Quelle: download.opensuse.org
Überblick
Compressed numerical arrays that support high-speed random access
Verlauf
zfp is an LLNL-developed compressed-array library and command-line tool for multidimensional floating-point and integer data. Its niche is scientific and HPC data where users want lower memory, storage, or bandwidth costs while retaining fast random access and explicit error or rate controls.
zfp was originally developed by Peter Lindstrom at Lawrence Livermore National Laboratory. Its foundational publication is Lindstroms 2014 IEEE TVCG paper on fixed-rate compressed floating-point arrays, which addressed a key limitation of variable-length floating-point compression: difficult memory management and poor random access.
The software grew from an algorithmic compressor into a broader compressed-array package. The documentation describes four main components: the zfp number format for fixed-size blocks, C++ compressed-array classes, a C library for streaming compression of whole or partial arrays, and a command-line executable for binary numeric array files.
Modern zfp keeps both lossy and lossless use cases in view. The LLNL project page describes high-throughput read/write random access, optional error-bounded compression, CPU and GPU execution back ends, and bindings for Python, Fortran, and other environments.
zfp adoption is tied to scientific data reduction. LLNL and Exascale Computing Project material describe zfp as part of the ALPINE/zfp effort, aimed at reducing I/O and storage pressure in exascale simulations by compressing floating-point arrays while preserving user-controlled error bounds.
The library also spread through integration points. zfp documentation lists application support in ADIOS, BLOSC, HDF5 through H5Z-ZFP, Intel IPP, MVAPICH2-GDR, OpenInventor, and OpenZGY; the H5Z-ZFP docs describe a registered HDF5 filter using zfp for bitrate, accuracy, and precision targets.
Users choose compression modes according to workflow constraints. Fixed-rate mode gives predictable size and block random access; fixed-precision and fixed-accuracy modes trade fixed size for precision or absolute-error control; reversible mode supports bit-for-bit reconstruction for supported data and execution paths.
In application code, zfp arrays can act as compressed replacements for native C/C++ arrays or std::vector-like storage when random element access matters. For file or stream workflows, the C API and CLI compress integer or floating-point array data, while Python and Fortran bindings make the same compressor reachable from scientific scripting and simulation environments.
zfp is significant because it packages a research-grade numerical representation as normal developer infrastructure: a C/C++ library, CLI, language bindings, HDF5 plugin ecosystem, and HPC distribution target all orbit the same compressed-array format.
For package catalogs, it sits at the intersection of compression, numerical correctness, and hardware-aware performance. Unlike general compressors, zfp exposes scientific knobs such as rate, precision, and accuracy, so the installed package is a policy surface for data fidelity as much as a space-saving tool.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
zfp | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:zfp |
|---|---|
| Version | 1.0.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/zfp |
| Homepage | https://zfp.llnl.gov |
| Repository | https://github.com/llnl/zfp |
| Upstream-Dokumentation | https://zfp.readthedocs.io/en/release1.0.0 |
| Lizenz | BSD-3-Clause |
| Quellarchiv | https://github.com/llnl/zfp/archive/refs/tags/1.0.1.tar.gz |
| Zuletzt aktualisiert | 2026-04-28T14:07:10Z |
| Pulse | updated |
| Build-Abhängigkeiten | cmake |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | zfp |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
libzfp-dev 1.0.1-4+b6
Fixed-Rate Compressed Floating-Point Arrays (Development files)
sudo apt install libzfp-devlibzfp1t64 1.0.1-4+b6
Fixed-Rate Compressed Floating-Point Arrays
sudo apt install libzfp1t64python3-zfpy 1.0.1-4+b6
Python 3 bindings to the Fixed-Rate Compressed Floating-Point Arrays
sudo apt install python3-zfpyzfp 1.0.1-4+b6
Fixed-Rate Compressed Floating-Point Arrays - binary programs
sudo apt install zfpzfp
nix profile install nixpkgs#zfplibzfp-dev 1.0.1-3.1build1
Fixed-Rate Compressed Floating-Point Arrays (Development files)
sudo apt install libzfp-devlibzfp1t64 1.0.1-3.1build1
Fixed-Rate Compressed Floating-Point Arrays
sudo apt install libzfp1t64python3-zfpy 1.0.1-3.1build1
Python 3 bindings to the Fixed-Rate Compressed Floating-Point Arrays
sudo apt install python3-zfpyzfp 1.0.1-3.1build1
Fixed-Rate Compressed Floating-Point Arrays - binary programs
sudo apt install zfppython3-zfpy 1.0.1-11.fc45
zfp compression in Python
https://computing.llnl.gov/projects/zfp
sudo dnf install python3-zfpyzfp 1.0.1-11.fc45
Library for compressed numerical arrays with high throughput R/W random access
https://computing.llnl.gov/projects/zfp
sudo dnf install zfpzfp-devel 1.0.1-11.fc45
Development files for zfp
https://computing.llnl.gov/projects/zfp
sudo dnf install zfp-develzfp 1.0.1-5
Compressed numerical arrays that support high-speed random access
https://computing.llnl.gov/projects/floating-point-compression
sudo pacman -S zfplibzfp1 1.0.1-1.7
Read and write numerical arrays
https://computing.llnl.gov/projects/zfp
sudo zypper install libzfp1zfp 1.0.1-1.7
Read and write numerical arrays
https://computing.llnl.gov/projects/zfp
sudo zypper install zfpzfp-devel 1.0.1-1.7
Development files for zfp
https://computing.llnl.gov/projects/zfp
sudo zypper install zfp-develQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.