𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Understanding Compression: Data Compression for Modern Developers

✍ Scribed by Colt McAnlis, Aleks Haecky


Publisher
O’Reilly Media
Year
2016
Tongue
English
Leaves
241
Edition
1
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


If you want to attract and retain users in the booming mobile services market, you need a quick-loading app that won’t churn through their data plans. The key is to compress multimedia and other data into smaller files, but finding the right method is tricky. This witty book helps you understand how data compression algorithms workβ€”in theory and practiceβ€”so you can choose the best solution among all the available compression tools.

With tables, diagrams, games, and as little math as possible, authors Colt McAnlis and Aleks Haecky neatly explain the fundamentals. Learn how compressed files are better, cheaper, and faster to distribute and consume, and how they’ll give you a competitive edge.

β€’ Learn why compression has become crucial as data production continues to skyrocket
β€’ Know your data, circumstances, and algorithm options when choosing compression tools
β€’ Explore variable-length codes, statistical compression, arithmetic numerical coding, dictionary encodings, and context modeling
β€’ Examine tradeoffs between file size and quality when choosing image compressors
β€’ Learn ways to compress client- and server-generated data objects
β€’ Meet the inventors and visionaries who created data compression algorithms

✦ Subjects


Algorithms; Data Modeling; Entropy; Compression Algorithms; Lossy Compression; Arithmetic Coding; Statistical Encoding; Dictionary Transforms


πŸ“œ SIMILAR VOLUMES


Understanding compression: data compress
✍ Haecky, Aleks;McAnlis, Colt πŸ“‚ Library πŸ“… 2016 πŸ› O'Reilly Media 🌐 English

If you want to attract and retain users in the booming mobile services market, you need a quick-loading app that won't churn through their data plans. The key is to compress multimedia and other data into smaller files, but finding the right method is tricky. This witty book helps you understand how

Data compression
✍ David Salomon πŸ“‚ Library πŸ“… 2004 πŸ› Springer 🌐 English

Data compression is one of the most important fields and tools in modern computing. This third edition of "Data Compression" provides a comprehensive, authoritative, and accessible reference for the many different types and methods of compression. Included are a detailed and helpful taxonomy, detail

Compressed Data Structures for Strings:
✍ Rossano Venturini (auth.) πŸ“‚ Library πŸ“… 2014 πŸ› Atlantis Press 🌐 English

<p>Data compression is mandatory to manage massive datasets, indexing is fundamental to query them. However, their goals appear as counterposed: the former aims at minimizing data redundancies, whereas the latter augments the dataset with auxiliary information to speed up the query resolution. In th