My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 125
== About == LZFX is a small (one C file, 200 non-comment lines) BSD-licensed library designed for very-high-speed compression of redundant data. It is descended from [http://home.schmorp.de/marc/liblzf.html liblzf] and is 100% compatible with existing LZF-compressed data. LZFX was originally ...
===Description=== This implements RLE compressed bitset for Java. The RLE compression scheme is Word-Aligned Hybrid compression scheme from LBNL. This package exists because of general lack of compressed bitset implementations in Java. This package implements the [http://repositories.cdlib.org/c...
#summary Page principale du wiki = Wiki Compression = == Soutenances du Projet ! == La soutenance du projet aura lieu le *22 mai de 14h-15h*. Salle: _TD 2.09_ Jury: * Nebut * Meynard [http://www.lirmm.fr/~meynard/Ens2/IMG/html/soutenancesL3.html Voir sur la page de M.Meynard] ...
In short this is a project for the compression / redirection / etc of long URL's into short (compressed) urls using the domain of your choice. The work is based loosely on the http://is.gd approach in API, integration, and ease of use but with additional features. This project is considerably mo...
FastLZ is a lossless data compression library designed for real-time compression and decompression. It favors *speed* over compression ratio. Decompression requires no memory. Decompression algorithm is very simple, and thus *extremely fast*. Due to its speed, FastLZ is very useful for applicatio...
An encoder and decoder for the format described in [http://www.ietf.org/rfc/rfc3284.txt RFC 3284]: "The VCDIFF Generic Differencing and Compression Data Format." The encoding strategy is largely based on [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.11.8470&rep=rep1&type=pdf Bentley-McI...
Wilt is a compression algorithm designed to be very simple to implement, but still competitive with popular compression algorithms. Wilt usually beats Deflate/gzip, and can beat bzip2, while taking around a single page of C code to implement (it will however usually lose to LZMA). It is especially g...
This is a small test framework that performs benchmark comparisons between a variety of open source compression libraries. While the test application itself is released freely, you must look carefully at the license restrictions of each individual compression library included. Feel free to...
Java port of FastLZ, a Lempel-Ziv (LZ) based compression algorithm. Original C version: [http://www.fastlz.org/ http://www.fastlz.org/]
基本目标:不考虑磁盘IO,实现一个压缩速度较好(20-50M),解压速度超好(100-500M)的压缩程序。
1 2 3 4 5 6 7 8 9 10 Next