TAR.LZO (TLZO)到LHA转换器

在线免费转换您的tar.lzo文件为lha文件

放置文件在这里. 1 GB 最大文件大小 或者 注册
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

如何转换TAR.LZO到LHA

1

从计算机,Google Drive,Dropbox,URL或在页面上拖拽选择文件.

2

选择lha或任何其他你需要的格式作为结果(支持超过200种格式)

3

让文件进行转换随后你可以下载你的lha文件

关于格式

TAR.LZO is a compound archive format pairing TAR) archiving with LZO (Lempel-Ziv-Oberhumer) compression, created by Markus Oberhumer in 1996. The TAR layer bundles files with Unix metadata, and the LZO algorithm compresses the stream prioritizing decompression speed above all else. LZO is an asymmetric compressor — it sacrifices compression ratio for extremely fast decompression, operating at speeds that approach raw memory bandwidth on modern hardware. This makes TAR.LZO ideal for scenarios where archives must be extracted quickly and frequently, such as real-time backup systems and embedded device firmware images. One advantage is decompression performance — LZO extraction is several times faster than gzip and an order of magnitude faster than bzip2, critical for time-sensitive operations like boot-time filesystem initialization or rapid backup restoration. The low CPU overhead during extraction is another strength, making TAR.LZO practical on resource-constrained embedded systems and for streaming decompression without buffering. The lzop command-line tool integrates with tar via pipeline, and the format is used in the Linux kernel's initramfs, Btrfs filesystem compression, and various real-time data processing systems where extraction latency matters more than archive size.
开发者: Markus Oberhumer
首次发布: 1996
LHA(原名 LHarc)是由吉崎荣泰(网名 Yoshi)于 1988 年 5 月创建的压缩归档格式,结合了 Lempel-Ziv) 滑动窗口压缩和霍夫曼编码,实现高效的数据压缩。该格式在日本获得了极高的普及度,在 1980 年代末至 1990 年代,LHA 几乎成为日本的标准压缩格式 — 从商业软件到 BBS 文件共享,几乎所有日本软件分发都依赖 LHA 归档。该格式以逐条目头部信息存储文件,包含文件名、时间戳、操作系统特定属性和 CRC-16 校验和,使用以双字符代码标识的多种压缩方法(lh0 到 lh7,其中 lh5 是最常用的通用算法)。LHA 的压缩算法对格式本身之外也产生了深远影响:lh5 方法将 LZSS 与静态霍夫曼编码相结合的思路,被后来 ZIP、gzip 和 PNG 中使用的 Deflate 算法所采纳。LHA 的一大优势在于其历史性的高效能 — 在当时相对缓慢的处理器上,LHA 以适中的 CPU 消耗提供了出色的压缩率。该格式对日本计算领域的深远文化影响是另一个值得关注的方面:LHA 以免费形式分发,促进了其在日本软件生态系统中的普及。虽然现代格式已在新归档方面取代了 LHA,但在访问日本软件档案和复古计算收藏时仍有用武之地,7-Zip 等当代工具均支持解压。
开发者: Haruyasu Yoshizaki
首次发布: 五月 1988