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
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
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
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
<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