Intel Threading Building Blocks

Download Intel Threading Building Blocks PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596514808
Total Pages : 332 pages
Book Rating : 4.5/5 (965 download)

DOWNLOAD NOW!


Book Synopsis Intel Threading Building Blocks by : James Reinders

Download or read book Intel Threading Building Blocks written by James Reinders and published by "O'Reilly Media, Inc.". This book was released on 2007-07-12 with total page 332 pages. Available in PDF, EPUB and Kindle. Book excerpt: Multithreading is a requirement for good performance of systems with multi-core chips. This book explains how to maximize the benefits of these processors through a portable C++ library that works on Windows, Linux, Macintosh, and Unix systems, and explains the key tasks in multithreading and how to accomplish them with TBB.

Pro TBB

Download Pro TBB PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484243986
Total Pages : 854 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Pro TBB by : Michael Voss

Download or read book Pro TBB written by Michael Voss and published by Apress. This book was released on 2019-07-09 with total page 854 pages. Available in PDF, EPUB and Kindle. Book excerpt: This open access book is a modern guide for all C++ programmers to learn Threading Building Blocks (TBB). Written by TBB and parallel programming experts, this book reflects their collective decades of experience in developing and teaching parallel programming with TBB, offering their insights in an approachable manner. Throughout the book the authors present numerous examples and best practices to help you become an effective TBB programmer and leverage the power of parallel systems. Pro TBB starts with the basics, explaining parallel algorithms and C++'s built-in standard template library for parallelism. You'll learn the key concepts of managing memory, working with data structures and how to handle typical issues with synchronization. Later chapters apply these ideas to complex systems to explain performance tradeoffs, mapping common parallel patterns, controlling threads and overhead, and extending TBB to program heterogeneous systems or system-on-chips. What You'll Learn Use Threading Building Blocks to produce code that is portable, simple, scalable, and more understandableReview best practices for parallelizing computationally intensive tasks in your applications Integrate TBB with other threading packages Create scalable, high performance data-parallel programs Work with generic programming to write efficient algorithms Who This Book Is For C++ programmers learning to run applications on multicore systems, as well as C or C++ programmers without much experience with templates. No previous experience with parallel programming or multicore processors is required.

Structured Parallel Programming

Download Structured Parallel Programming PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0124159931
Total Pages : 434 pages
Book Rating : 4.1/5 (241 download)

DOWNLOAD NOW!


Book Synopsis Structured Parallel Programming by : Michael McCool

Download or read book Structured Parallel Programming written by Michael McCool and published by Elsevier. This book was released on 2012-06-25 with total page 434 pages. Available in PDF, EPUB and Kindle. Book excerpt: Programming is now parallel programming. Much as structured programming revolutionized traditional serial programming decades ago, a new kind of structured programming, based on patterns, is relevant to parallel programming today. Parallel computing experts and industry insiders Michael McCool, Arch Robison, and James Reinders describe how to design and implement maintainable and efficient parallel algorithms using a pattern-based approach. They present both theory and practice, and give detailed concrete examples using multiple programming models. Examples are primarily given using two of the most popular and cutting edge programming models for parallel programming: Threading Building Blocks, and Cilk Plus. These architecture-independent models enable easy integration into existing applications, preserve investments in existing code, and speed the development of parallel applications. Examples from realistic contexts illustrate patterns and themes in parallel algorithm design that are widely applicable regardless of implementation technology. The patterns-based approach offers structure and insight that developers can apply to a variety of parallel programming models Develops a composable, structured, scalable, and machine-independent approach to parallel computing Includes detailed examples in both Cilk Plus and the latest Threading Building Blocks, which support a wide variety of computers

Efficient Android Threading

Download Efficient Android Threading PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449364098
Total Pages : 280 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Efficient Android Threading by : Anders Goransson

Download or read book Efficient Android Threading written by Anders Goransson and published by "O'Reilly Media, Inc.". This book was released on 2014-05-22 with total page 280 pages. Available in PDF, EPUB and Kindle. Book excerpt: Multithreading is essential if you want to create an Android app with a great user experience, but how do you know which techniques can help solve your problem? This practical book describes many asynchronous mechanisms available in the Android SDK, and provides guidelines for selecting the ones most appropriate for the app you’re building. Author Anders Goransson demonstrates the advantages and disadvantages of each technique, with sample code and detailed explanations for using it efficiently. The first part of the book describes the building blocks of asynchronous processing, and the second part covers Android libraries and constructs for developing fast, responsive, and well-structured apps. Understand multithreading basics in Java and on the Android platform Learn how threads communicate within and between processes Use strategies to reduce the risk of memory leaks Manage the lifecycle of a basic thread Run tasks sequentially in the background with HandlerThread Use Java’s Executor Framework to control or cancel threads Handle background task execution with AsyncTask and IntentService Access content providers with AsyncQueryHandler Use loaders to update the UI with new data

Intel Threading Building Blocks

Download Intel Threading Building Blocks PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449390862
Total Pages : 336 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Intel Threading Building Blocks by : James Reinders

Download or read book Intel Threading Building Blocks written by James Reinders and published by "O'Reilly Media, Inc.". This book was released on 2007-07-12 with total page 336 pages. Available in PDF, EPUB and Kindle. Book excerpt: Multi-core chips from Intel and AMD offer a dramatic boost in speed and responsiveness, and plenty of opportunities for multiprocessing on ordinary desktop computers. But they also present a challenge: More than ever, multithreading is a requirement for good performance. This guide explains how to maximize the benefits of these processors through a portable C++ library that works on Windows, Linux, Macintosh, and Unix systems. With it, you'll learn how to use Intel Threading Building Blocks (TBB) effectively for parallel programming -- without having to be a threading expert. Written by James Reinders, Chief Evangelist of Intel Software Products, and based on the experience of Intel's developers and customers, this book explains the key tasks in multithreading and how to accomplish them with TBB in a portable and robust manner. With plenty of examples and full reference material, the book lays out common patterns of uses, reveals the gotchas in TBB, and gives important guidelines for choosing among alternatives in order to get the best performance. You'll learn how Intel Threading Building Blocks: Enables you to specify tasks instead of threads for better portability, easier programming, more understandable source code, and better performance and scalability in general Focuses on the goal of parallelizing computationally intensive work to deliver high-level solutions Is compatible with other threading packages, and doesn't force you to pick one package for your entire program Emphasizes scalable, data-parallel programming, which allows program performance to increase as you add processors Relies on generic programming, which enables you to write the best possible algorithms with the fewest constraints Any C++ programmer who wants to write an application to run on a multi-core system will benefit from this book. TBB is also very approachable for a C programmer or a C++ programmer without much experience with templates. Best of all, you don't need experience with parallel programming or multi-core processors to use this book.

The Art of Concurrency

Download The Art of Concurrency PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596555784
Total Pages : 306 pages
Book Rating : 4.5/5 (965 download)

DOWNLOAD NOW!


Book Synopsis The Art of Concurrency by : Clay Breshears

Download or read book The Art of Concurrency written by Clay Breshears and published by "O'Reilly Media, Inc.". This book was released on 2009-05-07 with total page 306 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you're looking to take full advantage of multi-core processors with concurrent programming, this practical book provides the knowledge and hands-on experience you need. The Art of Concurrency is one of the few resources to focus on implementing algorithms in the shared-memory model of multi-core processors, rather than just theoretical models or distributed-memory architectures. The book provides detailed explanations and usable samples to help you transform algorithms from serial to parallel code, along with advice and analysis for avoiding mistakes that programmers typically make when first attempting these computations. Written by an Intel engineer with over two decades of parallel and concurrent programming experience, this book will help you: Understand parallelism and concurrency Explore differences between programming for shared-memory and distributed-memory Learn guidelines for designing multithreaded applications, including testing and tuning Discover how to make best use of different threading libraries, including Windows threads, POSIX threads, OpenMP, and Intel Threading Building Blocks Explore how to implement concurrent algorithms that involve sorting, searching, graphs, and other practical computations The Art of Concurrency shows you how to keep algorithms scalable to take advantage of new processors with even more cores. For developing parallel code algorithms for concurrent programming, this book is a must.

Shared Memory Application Programming

Download Shared Memory Application Programming PDF Online Free

Author :
Publisher : Morgan Kaufmann
ISBN 13 : 0128038209
Total Pages : 556 pages
Book Rating : 4.1/5 (28 download)

DOWNLOAD NOW!


Book Synopsis Shared Memory Application Programming by : Victor Alessandrini

Download or read book Shared Memory Application Programming written by Victor Alessandrini and published by Morgan Kaufmann. This book was released on 2015-11-06 with total page 556 pages. Available in PDF, EPUB and Kindle. Book excerpt: Shared Memory Application Programming presents the key concepts and applications of parallel programming, in an accessible and engaging style applicable to developers across many domains. Multithreaded programming is today a core technology, at the basis of all software development projects in any branch of applied computer science. This book guides readers to develop insights about threaded programming and introduces two popular platforms for multicore development: OpenMP and Intel Threading Building Blocks (TBB). Author Victor Alessandrini leverages his rich experience to explain each platform’s design strategies, analyzing the focus and strengths underlying their often complementary capabilities, as well as their interoperability. The book is divided into two parts: the first develops the essential concepts of thread management and synchronization, discussing the way they are implemented in native multithreading libraries (Windows threads, Pthreads) as well as in the modern C++11 threads standard. The second provides an in-depth discussion of TBB and OpenMP including the latest features in OpenMP 4.0 extensions to ensure readers’ skills are fully up to date. Focus progressively shifts from traditional thread parallelism to modern task parallelism deployed by modern programming environments. Several chapter include examples drawn from a variety of disciplines, including molecular dynamics and image processing, with full source code and a software library incorporating a number of utilities that readers can adapt into their own projects. Designed to introduce threading and multicore programming to teach modern coding strategies for developers in applied computing Leverages author Victor Alessandrini's rich experience to explain each platform’s design strategies, analyzing the focus and strengths underlying their often complementary capabilities, as well as their interoperability Includes complete, up-to-date discussions of OpenMP 4.0 and TBB Based on the author’s training sessions, including information on source code and software libraries which can be repurposed

Data Parallel C++

Download Data Parallel C++ PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 9781484255735
Total Pages : 548 pages
Book Rating : 4.2/5 (557 download)

DOWNLOAD NOW!


Book Synopsis Data Parallel C++ by : James Reinders

Download or read book Data Parallel C++ written by James Reinders and published by Apress. This book was released on 2020-11-19 with total page 548 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn how to accelerate C++ programs using data parallelism. This open access book enables C++ programmers to be at the forefront of this exciting and important new development that is helping to push computing to new levels. It is full of practical advice, detailed explanations, and code examples to illustrate key topics. Data parallelism in C++ enables access to parallel resources in a modern heterogeneous system, freeing you from being locked into any particular computing device. Now a single C++ application can use any combination of devices—including GPUs, CPUs, FPGAs and AI ASICs—that are suitable to the problems at hand. This book begins by introducing data parallelism and foundational topics for effective use of the SYCL standard from the Khronos Group and Data Parallel C++ (DPC++), the open source compiler used in this book. Later chapters cover advanced topics including error handling, hardware-specific programming, communication and synchronization, and memory model considerations. Data Parallel C++ provides you with everything needed to use SYCL for programming heterogeneous systems. What You'll Learn Accelerate C++ programs using data-parallel programming Target multiple device types (e.g. CPU, GPU, FPGA) Use SYCL and SYCL compilers Connect with computing’s heterogeneous future via Intel’s oneAPI initiative Who This Book Is For Those new data-parallel programming and computer programmers interested in data-parallel programming using C++.

Intel Xeon Phi Coprocessor High Performance Programming

Download Intel Xeon Phi Coprocessor High Performance Programming PDF Online Free

Author :
Publisher : Newnes
ISBN 13 : 0124104940
Total Pages : 432 pages
Book Rating : 4.1/5 (241 download)

DOWNLOAD NOW!


Book Synopsis Intel Xeon Phi Coprocessor High Performance Programming by : James Jeffers

Download or read book Intel Xeon Phi Coprocessor High Performance Programming written by James Jeffers and published by Newnes. This book was released on 2013-02-11 with total page 432 pages. Available in PDF, EPUB and Kindle. Book excerpt: Authors Jim Jeffers and James Reinders spent two years helping educate customers about the prototype and pre-production hardware before Intel introduced the first Intel Xeon Phi coprocessor. They have distilled their own experiences coupled with insights from many expert customers, Intel Field Engineers, Application Engineers and Technical Consulting Engineers, to create this authoritative first book on the essentials of programming for this new architecture and these new products. This book is useful even before you ever touch a system with an Intel Xeon Phi coprocessor. To ensure that your applications run at maximum efficiency, the authors emphasize key techniques for programming any modern parallel computing system whether based on Intel Xeon processors, Intel Xeon Phi coprocessors, or other high performance microprocessors. Applying these techniques will generally increase your program performance on any system, and better prepare you for Intel Xeon Phi coprocessors and the Intel MIC architecture. A practical guide to the essentials of the Intel Xeon Phi coprocessor Presents best practices for portable, high-performance computing and a familiar and proven threaded, scalar-vector programming model Includes simple but informative code examples that explain the unique aspects of this new highly parallel and high performance computational product Covers wide vectors, many cores, many threads and high bandwidth cache/memory architecture

Programming Persistent Memory

Download Programming Persistent Memory PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484249321
Total Pages : 384 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Programming Persistent Memory by : Steve Scargall

Download or read book Programming Persistent Memory written by Steve Scargall and published by Apress. This book was released on 2020-01-09 with total page 384 pages. Available in PDF, EPUB and Kindle. Book excerpt: Beginning and experienced programmers will use this comprehensive guide to persistent memory programming. You will understand how persistent memory brings together several new software/hardware requirements, and offers great promise for better performance and faster application startup times—a huge leap forward in byte-addressable capacity compared with current DRAM offerings. This revolutionary new technology gives applications significant performance and capacity improvements over existing technologies. It requires a new way of thinking and developing, which makes this highly disruptive to the IT/computing industry. The full spectrum of industry sectors that will benefit from this technology include, but are not limited to, in-memory and traditional databases, AI, analytics, HPC, virtualization, and big data. Programming Persistent Memory describes the technology and why it is exciting the industry. It covers the operating system and hardware requirements as well as how to create development environments using emulated or real persistent memory hardware. The book explains fundamental concepts; provides an introduction to persistent memory programming APIs for C, C++, JavaScript, and other languages; discusses RMDA with persistent memory; reviews security features; and presents many examples. Source code and examples that you can run on your own systems are included. What You’ll Learn Understand what persistent memory is, what it does, and the value it brings to the industry Become familiar with the operating system and hardware requirements to use persistent memory Know the fundamentals of persistent memory programming: why it is different from current programming methods, and what developers need to keep in mind when programming for persistence Look at persistent memory application development by example using the Persistent Memory Development Kit (PMDK)Design and optimize data structures for persistent memoryStudy how real-world applications are modified to leverage persistent memoryUtilize the tools available for persistent memory programming, application performance profiling, and debugging Who This Book Is For C, C++, Java, and Python developers, but will also be useful to software, cloud, and hardware architects across a broad spectrum of sectors, including cloud service providers, independent software vendors, high performance compute, artificial intelligence, data analytics, big data, etc.

Demystifying Internet of Things Security

Download Demystifying Internet of Things Security PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484228960
Total Pages : 264 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Demystifying Internet of Things Security by : Sunil Cheruvu

Download or read book Demystifying Internet of Things Security written by Sunil Cheruvu and published by Apress. This book was released on 2019-08-13 with total page 264 pages. Available in PDF, EPUB and Kindle. Book excerpt: Break down the misconceptions of the Internet of Things by examining the different security building blocks available in Intel Architecture (IA) based IoT platforms. This open access book reviews the threat pyramid, secure boot, chain of trust, and the SW stack leading up to defense-in-depth. The IoT presents unique challenges in implementing security and Intel has both CPU and Isolated Security Engine capabilities to simplify it. This book explores the challenges to secure these devices to make them immune to different threats originating from within and outside the network. The requirements and robustness rules to protect the assets vary greatly and there is no single blanket solution approach to implement security. Demystifying Internet of Things Security provides clarity to industry professionals and provides and overview of different security solutions What You'll Learn Secure devices, immunizing them against different threats originating from inside and outside the networkGather an overview of the different security building blocks available in Intel Architecture (IA) based IoT platformsUnderstand the threat pyramid, secure boot, chain of trust, and the software stack leading up to defense-in-depth Who This Book Is For Strategists, developers, architects, and managers in the embedded and Internet of Things (IoT) space trying to understand and implement the security in the IoT devices/platforms.

Intel Threading Building Blocks编程指南

Download Intel Threading Building Blocks编程指南 PDF Online Free

Author :
Publisher :
ISBN 13 : 9787111242314
Total Pages : 323 pages
Book Rating : 4.2/5 (423 download)

DOWNLOAD NOW!


Book Synopsis Intel Threading Building Blocks编程指南 by : Reinders, James·仁

Download or read book Intel Threading Building Blocks编程指南 written by Reinders, James·仁 and published by . This book was released on 2009 with total page 323 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Android Application Development for the Intel Platform

Download Android Application Development for the Intel Platform PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484201000
Total Pages : 508 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Android Application Development for the Intel Platform by : Ryan Cohen

Download or read book Android Application Development for the Intel Platform written by Ryan Cohen and published by Apress. This book was released on 2014-09-17 with total page 508 pages. Available in PDF, EPUB and Kindle. Book excerpt: The number of Android devices running on Intel processors has increased since Intel and Google announced, in late 2011, that they would be working together to optimize future versions of Android for Intel Atom processors. Today, Intel processors can be found in Android smartphones and tablets made by some of the top manufacturers of Android devices, such as Samsung, Lenovo, and Asus. The increase in Android devices featuring Intel processors has created a demand for Android applications optimized for Intel Architecture: Android Application Development for the Intel® Platform is the perfect introduction for software engineers and mobile app developers. Through well-designed app samples, code samples and case studies, the book teaches Android application development based on the Intel platform—including for smartphones, tablets, and embedded devices—covering performance tuning, debugging and optimization. This book is jointly developed for individual learning by Intel Software College and China Shanghai JiaoTong University.

C++ Concurrency in Action

Download C++ Concurrency in Action PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638356351
Total Pages : 831 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis C++ Concurrency in Action by : Anthony Williams

Download or read book C++ Concurrency in Action written by Anthony Williams and published by Simon and Schuster. This book was released on 2019-02-07 with total page 831 pages. Available in PDF, EPUB and Kindle. Book excerpt: "This book should be on every C++ programmer’s desk. It’s clear, concise, and valuable." - Rob Green, Bowling Green State University This bestseller has been updated and revised to cover all the latest changes to C++ 14 and 17! C++ Concurrency in Action, Second Edition teaches you everything you need to write robust and elegant multithreaded applications in C++17. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology You choose C++ when your applications need to run fast. Well-designed concurrency makes them go even faster. C++ 17 delivers strong support for the multithreaded, multiprocessor programming required for fast graphic processing, machine learning, and other performance-sensitive tasks. This exceptional book unpacks the features, patterns, and best practices of production-grade C++ concurrency. About the Book C++ Concurrency in Action, Second Edition is the definitive guide to writing elegant multithreaded applications in C++. Updated for C++ 17, it carefully addresses every aspect of concurrent development, from starting new threads to designing fully functional multithreaded algorithms and data structures. Concurrency master Anthony Williams presents examples and practical tasks in every chapter, including insights that will delight even the most experienced developer. What's inside Full coverage of new C++ 17 features Starting and managing threads Synchronizing concurrent operations Designing concurrent code Debugging multithreaded applications About the Reader Written for intermediate C and C++ developers. No prior experience with concurrency required. About the Author Anthony Williams has been an active member of the BSI C++ Panel since 2001 and is the developer of the just::thread Pro extensions to the C++ 11 thread library. Table of Contents Hello, world of concurrency in C++! Managing threads Sharing data between threads Synchronizing concurrent operations The C++ memory model and operations on atomic types Designing lock-based concurrent data structures Designing lock-free concurrent data structures Designing concurrent code Advanced thread management Parallel algorithms Testing and debugging multithreaded applications

Beginning Perl

Download Beginning Perl PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 143022794X
Total Pages : 453 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Beginning Perl by : James Lee

Download or read book Beginning Perl written by James Lee and published by Apress. This book was released on 2010-06-14 with total page 453 pages. Available in PDF, EPUB and Kindle. Book excerpt: This is a book for those of us who believed that we didn’t need to learn Perl, and now we know it is more ubiquitous than ever. Perl is extremely flexible and powerful, and it isn’t afraid of Web 2.0 or the cloud. Originally touted as the duct tape of the Internet, Perl has since evolved into a multipurpose, multiplatform language present absolutely everywhere: heavy-duty web applications, the cloud, systems administration, natural language processing, and financial engineering. Beginning Perl, Third Edition provides valuable insight into Perl’s role regarding all of these tasks and more. Commencing with a comprehensive overview of language basics, you’ll learn all about important concepts such as Perl’s data types and control flow constructs. This material sets the stage for a discussion of more complex topics, such as writing custom functions, using regular expressions, and file input and output. Next, the book moves on to the advanced topics of object-oriented programming, modules, web programming, and database administration with Perl’s powerful database interface module, DBI. The examples and code provided offer you all of the information you need to start writing your own powerful scripts to solve the problems listed above, and many more. Whether you are a complete novice or an experienced programmer, Beginning Perl, Third Edition offers an ideal guide to learning Perl.

Multi-core Programming

Download Multi-core Programming PDF Online Free

Author :
Publisher :
ISBN 13 : 9780976483243
Total Pages : 336 pages
Book Rating : 4.4/5 (832 download)

DOWNLOAD NOW!


Book Synopsis Multi-core Programming by : Shameem Akhter

Download or read book Multi-core Programming written by Shameem Akhter and published by . This book was released on 2006 with total page 336 pages. Available in PDF, EPUB and Kindle. Book excerpt: Multi-core Programming deals with computers/software.

Parallel Programming with Python

Download Parallel Programming with Python PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 178328840X
Total Pages : 173 pages
Book Rating : 4.7/5 (832 download)

DOWNLOAD NOW!


Book Synopsis Parallel Programming with Python by : Jan Palach

Download or read book Parallel Programming with Python written by Jan Palach and published by Packt Publishing Ltd. This book was released on 2014-06-25 with total page 173 pages. Available in PDF, EPUB and Kindle. Book excerpt: A fast, easy-to-follow and clear tutorial to help you develop Parallel computing systems using Python. Along with explaining the fundamentals, the book will also introduce you to slightly advanced concepts and will help you in implementing these techniques in the real world. If you are an experienced Python programmer and are willing to utilize the available computing resources by parallelizing applications in a simple way, then this book is for you. You are required to have a basic knowledge of Python development to get the most of this book.