bzip2

GPTKB entity

Properties (57)
Predicate Object
gptkbp:instanceOf musician
gptkbp:availableFormats .bz2
compressed file format
gptkbp:availableIn gptkb:Cygwin
yum
Homebrew
apt-get
command line
MacPorts
MSYS2
Linux_package_managers
gptkbp:code Yes
gptkbp:compressionRatio Burrows-Wheeler transform
1 to 9
better for text files
faster than compression
less effective for binary files
slower than gzip
slower than zip
up to 10% better than gzip
gptkbp:developer gptkb:Julian_Seward
gptkbp:firstPublished 1996
1.0.8
https://www.w3.org/2000/01/rdf-schema#label bzip2
gptkbp:isSuitableFor No
gptkbp:language C
gptkbp:license BSD License
gptkbp:notableUsers gptkb:Fedora
gptkb:FreeBSD
gptkb:Slackware
gptkb:Gentoo
gptkb:Red_Hat
gptkb:NetBSD
Ubuntu
Debian
Arch Linux
OpenSUSE
gptkbp:platforms Cross-platform
gptkbp:publishedIn gptkb:ANSI_C
gptkbp:relatedPatent gzip
xz
gptkbp:supports multi-threading
large files
password protection
data recovery features
streaming compression
file integrity checks
multi-file archives
gptkbp:usedIn Windows
macOS
Unix-like systems
Linux_distributions
gptkbp:userInterface Yes
gptkbp:uses Run-length encoding
file compression
Huffman_coding
LZ77_algorithm