* Concept for diff-based compression using the new xdiff beta. Acheives massively...
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 2 Oct 2008 06:32:14 +0000 (06:32 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 2 Oct 2008 06:32:14 +0000 (06:32 +0000)
commit30ea5f2d8bd31e6709a1bb772b0c65faf125c39b
tree246fa9c186959088932d5c93f4ed3d3182098418
parent326e4d86c4d79dee25f3706d2906e3d15ce8cf0c
* Concept for diff-based compression using the new xdiff beta. Acheives massively better compression ratio compared to CGZ for articles which are larger than the deflate 32 KB sliding window. Works within the HistoryBlob architecture.
* Fixed documentation in HistoryBlob.php, removed "todo document" for methods that are adequately documented in the interface.
* Added testCompression.php for testing concatenated object compression ratio
includes/AutoLoader.php
includes/HistoryBlob.php
maintenance/storage/testCompression.php [new file with mode: 0644]