1
0
mirror of https://github.com/chylex/Brotli-Builder.git synced 2024-10-17 03:42:47 +02:00
Brotli-Builder/Paper/Source/References/sources.bib
2020-05-14 23:32:45 +02:00

96 lines
2.6 KiB
BibTeX

@techreport{RFC7932,
author = {J. Alakuijala and Z. Szabadka},
title = {Brotli Compressed Data Format},
url = {https://tools.ietf.org/html/rfc7932},
type = {RFC},
number = {7932},
month = {7},
year = {2016},
pages = {1--128},
issn = {2070-1721},
publisher = {RFC Editor},
institution = {RFC Editor},
howpublished = {Internet Requests for Comments},
}
@techreport{RFC1951,
author = {P. Deutsch},
title = {DEFLATE Compressed Data Format Specification version 1.3},
url = {https://tools.ietf.org/html/rfc1951},
type = {RFC},
number = {1951},
month = {5},
year = {1996},
pages = {1--17},
publisher = {RFC Editor},
institution = {RFC Editor},
howpublished = {Internet Requests for Comments},
}
@online{BrotliComparisonStudy,
author = {Jyrki Alakuijala and Evgenii Kliuchnikov and Zoltan Szabadka and Lode Vandevenne},
title = {Comparison of Brotli, Deflate, Zopfli, LZMA, LZHAM and Bzip2 Compression Algorithms},
url = {https://github.com/google/brotli/blob/master/docs/brotli-comparison-study-2015-09-22.pdf},
date = {2015-09-22},
month = {9},
year = {2015},
}
@article{Huffman,
author = {David A. Huffman},
title = {A Method for the Construction of Minimum-Redundancy Codes},
journal = {Proceedings of the IRE},
volume = {40},
issue = {9},
month = {9},
year = {1952},
pages = {1098-1101},
issn = {2162-6634},
doi = {10.1109/JRPROC.1952.273898},
publisher = {IEEE},
}
@article{LZ77,
author = {Jacob Ziv and Abraham Lempel},
title = {A universal algorithm for sequential data compression},
journal = {IEEE TRANSACTIONS ON INFORMATION THEORY},
year = {1977},
volume = {23},
number = {3},
pages = {337--343},
}
@online{FiniteContextModelling,
author = {Dario Phong},
title = {Finite Context Modelling},
date = {2000-01-02},
url = {http://www.hugi.scene.org/online/coding/hugi%2019%20-%20cofinite.htm},
}
@book{DataCompressionCompleteReference,
author = {David Salomon},
title = {Data Compression: The Complete Reference},
note = {With contributions by Giovanni Motta and David Bryant.},
publisher = {Spring{\-}er-Ver{\-}lag},
location = {Berlin, Germany~/ Heidelberg, Germany~/ London, UK~/ etc.},
year = {2007},
isbn = {1-84628-602-6},
pagetotal = {xxvii+1092},
}
@online{DepthLimitedHuffmanTrees,
author = {Charles Bloom},
title = {Length-Limitted Huffman Codes Heuristic},
date = {2010-07-03},
url = {https://cbloomrants.blogspot.com/2010/07/07-03-10-length-limitted-huffman-codes.html},
month = {7},
year = {2010},
}
@online{DataUrlBase64,
author = {MDN Contributors},
title = {Data URLs},
date = {2020-03-03},
url = {https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs},
}