ZPAQ (original) (raw)

Property Value
dbo:abstract ZPAQ ist ein Computerprogramm zur Datei-Archivierung und Datenkompression für Windows und Linux. Es ist unter der GPL lizenziert. Der Anwender steuert das Programm über die Kommandozeile und kann Dateien zu einem Archiv zusammenfassen. An ein bestehendes Archiv kann man neuere Dateien anhängen. Das Dateiformat lässt keine Löschvorgänge zu. ZPAQ identifiziert identische Dateien und speichert in diesem Fall nur die älteste Version ab. ZPAQ ist ein Containerformat, das durch PAQ komprimierte Daten abspeichert. Als niedrigste Kompressionsstufe wird keine Kompression eingesetzt, als zweitniedrigste LZ77. Die höheren Stufen verwenden PAQ: Durch kontext-abhängige Verfahren – etwa zur bestmöglichen Kompression von EXE- und DLL-Dateien, die Programmcode enthalten – werden die Daten sehr stark komprimiert. Abwandlungen von PAQ sind Preisträger des Hutter-Preises. Um die zwischen verschiedenen Versionen sicherzustellen, wird der Dekompressionsalgorithmus jeweils mit im Archiv abgespeichert. (de) ZPAQ est un archiveur de ligne de commande open source pour Windows et Linux . Il utilise un format de journalisation ou d'ajout uniquement qui peut être restauré à un état antérieur pour récupérer les anciennes versions des fichiers et des répertoires. Il prend en charge la mise à jour incrémentielle rapide en ajoutant uniquement les fichiers dont la date de dernière modification a changé depuis la mise à jour précédente. Il compresse à l'aide de la déduplication et de plusieurs algorithmes ( LZ77, BWT et mixage de contexte ) en fonction du type de données et du niveau de compression sélectionné. Pour préserver la compatibilité ascendante et descendante entre les versions à mesure que l'algorithme de compression est amélioré, il stocke l'algorithme de décompression dans l'archive. Le code source ZPAQ inclut une API de domaine public, libzpaq, qui fournit des services de compression et de décompression aux applications C++ . Le format est considéré comme non protégé par des brevets. (fr) ZPAQ is an open source command line archiver for Windows and Linux. It uses a journaling or append-only format which can be rolled back to an earlier state to retrieve older versions of files and directories. It supports fast incremental update by adding only files whose last-modified date has changed since the previous update. It compresses using deduplication and several algorithms (LZ77, BWT, and context mixing) depending on the data type and the selected compression level. To preserve forward and backward compatibility between versions as the compression algorithm is improved, it stores the decompression algorithm in the archive. The ZPAQ source code includes a public domain API, libzpaq, which provides compression and decompression services to C++ applications. The format is believed to be unencumbered by patents. (en) ZPAQとは、 WindowsおよびLinux/MAC用のオープンソースのコマンドラインアーカイバ及びファイルフォーマットである。同作者が作成したPAQの後継に当たる。ジャーナリング形式または追加専用形式を使用しており、データ型と選択された圧縮レベルに応じて、 重複排除等の手法を使用して圧縮する。ZPAQソースコードには、 C++アプリケーションに圧縮および解凍サービスを提供するパブリックドメインAPIのlibzpaqが含まれており、開発用ツールのZPAQdを用いて開発する。 (ja)
dbo:computingPlatform dbr:X86-64 dbr:IA-32
dbo:developer dbr:Matt_Mahoney_(computer_scientist)
dbo:genre dbr:File_archiver
dbo:license dbr:Public_domain dbr:MIT_License
dbo:programmingLanguage dbr:C++
dbo:wikiPageExternalLink http://peazip.sourceforge.net/ http://www.modejong.com/blog/post15_zpaql_grayscale/index.html https://quixdb.github.io/squash/ https://totalcmd.net/plugring/ZPAQ.html https://github.com/fcorbelli/zpaqfranz http://mattmahoney.net/dc/fastqz/
dbo:wikiPageID 27604934 (xsd:integer)
dbo:wikiPageLength 15997 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1082888383 (xsd:integer)
dbo:wikiPageWikiLink dbc:Archive_formats dbr:Matt_Mahoney_(computer_scientist) dbr:SHA-1 dbr:Context_mixing dbr:Rolling_hash dbr:Arithmetic_coding dbr:Linux dbr:Patent dbr:Public_domain dbc:Free_data_compression_software dbc:Lossless_compression_algorithms dbr:C++ dbr:Data_deduplication dbr:Advanced_Encryption_Standard dbc:Open_formats dbr:PAQ dbr:Rabin_fingerprint dbr:Grep dbr:Assembly_language dbr:API dbr:LZ77 dbr:Codec dbr:Burrows–Wheeler_transform dbr:File_archiver dbr:Microsoft_Windows dbr:Open-source_software dbr:X86-64 dbr:MIT_License dbr:FASTQ_format dbr:IA-32 dbr:Archiver dbr:Command_line
dbp:developer dbr:Matt_Mahoney_(computer_scientist)
dbp:genre dbr:File_archiver
dbp:license dbr:Public_domain dbr:MIT_License
dbp:name ZPAQ (en)
dbp:operatingSystem dbr:Linux dbr:Microsoft_Windows
dbp:platform dbr:X86-64 dbr:IA-32
dbp:programmingLanguage dbr:C++
dbp:wikiPageUsesTemplate dbt:GitHub dbt:FOSS dbt:Compression_software_implementations dbt:Archive_formats dbt:COI dbt:Infobox_software dbt:Multiple_issues dbt:Notability dbt:Official_website dbt:Primary_sources dbt:Reflist dbt:Wikidata
dct:subject dbc:Archive_formats dbc:Free_data_compression_software dbc:Lossless_compression_algorithms dbc:Open_formats
gold:hypernym dbr:Archiver
rdf:type owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397 yago:WikicatArchiveFormats yago:WikicatLosslessCompressionAlgorithms yago:WikicatOpenFormats yago:Abstraction100002137 yago:Act100030358 yago:Activity100407535 yago:Algorithm105847438 yago:Code106355894 yago:CodingSystem106353757 yago:Communication100033020 yago:Event100029378 yago:Format106636806 yago:Information106634376 yago:Message106598915 yago:Procedure101023820 yago:PsychologicalFeature100023100 yago:Writing106359877 yago:WrittenCommunication106349220 yago:YagoPermanentlyLocatedEntity yago:Rule105846932 yago:Software106566077
rdfs:comment ZPAQとは、 WindowsおよびLinux/MAC用のオープンソースのコマンドラインアーカイバ及びファイルフォーマットである。同作者が作成したPAQの後継に当たる。ジャーナリング形式または追加専用形式を使用しており、データ型と選択された圧縮レベルに応じて、 重複排除等の手法を使用して圧縮する。ZPAQソースコードには、 C++アプリケーションに圧縮および解凍サービスを提供するパブリックドメインAPIのlibzpaqが含まれており、開発用ツールのZPAQdを用いて開発する。 (ja) ZPAQ ist ein Computerprogramm zur Datei-Archivierung und Datenkompression für Windows und Linux. Es ist unter der GPL lizenziert. Der Anwender steuert das Programm über die Kommandozeile und kann Dateien zu einem Archiv zusammenfassen. An ein bestehendes Archiv kann man neuere Dateien anhängen. Das Dateiformat lässt keine Löschvorgänge zu. ZPAQ identifiziert identische Dateien und speichert in diesem Fall nur die älteste Version ab. Um die zwischen verschiedenen Versionen sicherzustellen, wird der Dekompressionsalgorithmus jeweils mit im Archiv abgespeichert. (de) ZPAQ est un archiveur de ligne de commande open source pour Windows et Linux . Il utilise un format de journalisation ou d'ajout uniquement qui peut être restauré à un état antérieur pour récupérer les anciennes versions des fichiers et des répertoires. Il prend en charge la mise à jour incrémentielle rapide en ajoutant uniquement les fichiers dont la date de dernière modification a changé depuis la mise à jour précédente. Il compresse à l'aide de la déduplication et de plusieurs algorithmes ( LZ77, BWT et mixage de contexte ) en fonction du type de données et du niveau de compression sélectionné. Pour préserver la compatibilité ascendante et descendante entre les versions à mesure que l'algorithme de compression est amélioré, il stocke l'algorithme de décompression dans l'archive. Le code (fr) ZPAQ is an open source command line archiver for Windows and Linux. It uses a journaling or append-only format which can be rolled back to an earlier state to retrieve older versions of files and directories. It supports fast incremental update by adding only files whose last-modified date has changed since the previous update. It compresses using deduplication and several algorithms (LZ77, BWT, and context mixing) depending on the data type and the selected compression level. To preserve forward and backward compatibility between versions as the compression algorithm is improved, it stores the decompression algorithm in the archive. The ZPAQ source code includes a public domain API, libzpaq, which provides compression and decompression services to C++ applications. The format is believed (en)
rdfs:label ZPAQ (de) ZPAQ (fr) ZPAQ (ja) ZPAQ (en)
owl:sameAs freebase:ZPAQ yago-res:ZPAQ wikidata:ZPAQ dbpedia-de:ZPAQ dbpedia-fr:ZPAQ dbpedia-ja:ZPAQ https://global.dbpedia.org/id/4xgEY
prov:wasDerivedFrom wikipedia-en:ZPAQ?oldid=1082888383&ns=0
foaf:isPrimaryTopicOf wikipedia-en:ZPAQ
foaf:name ZPAQ (en)
is dbo:wikiPageRedirects of dbr:Zpaq
is dbo:wikiPageWikiLink of dbr:List_of_archive_formats dbr:PeaZip dbr:Comparison_of_file_archivers dbr:Rzip dbr:FreeArc dbr:Context_mixing dbr:Calgary_corpus dbr:PAQ dbr:KGB_Archiver dbr:Xarchiver dbr:Zpaq
is foaf:primaryTopic of wikipedia-en:ZPAQ